More...
|
| string | Id [get, set] |
| | Gets or Sets Id More...
|
| |
| string | Url [get, set] |
| | This URL fetches the details of source payment. More...
|
| |
| string | AccountNumber [get, set] |
| | The number or reference that a customer uses to identify the customer's account. More...
|
| |
This class subject to change without prior notice, Please dont use this class directly.
| Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.SourcePaymentCustomerAccount |
( |
string |
id = default(string), |
|
|
string |
url = default(string), |
|
|
string |
accountNumber = default(string) |
|
) |
| |
Initializes a new instance of the SourcePaymentCustomerAccount class.
- Parameters
-
| id | id. |
| url | This URL fetches the details of source payment.. |
| accountNumber | The number or reference that a customer uses to identify the customer's account.. |
| override bool Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
| override int Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
| virtual string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
| override string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
| string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.AccountNumber |
|
getset |
The number or reference that a customer uses to identify the customer's account.
The number or reference that a customer uses to identify the customer's account.
| string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.Id |
|
getset |
| string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.Url |
|
getset |
This URL fetches the details of source payment.
This URL fetches the details of source payment.
The documentation for this class was generated from the following file: