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