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 funding account details. More...
|
|
string | AccountNumber [get, set] |
| The number or reference that a customer uses to identify the funding account. More...
|
|
string | AbaRoutingNumber [get, set] |
| The ABA/Routing number for the bank account. More...
|
|
string | IssuerName [get, set] |
| The name of the authority that has issued the account. This is relevant only in the case of bank accounts. More...
|
|
string | Nickname [get, set] |
| The nickname by which a customer might want to identify the account. More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.FundingAccountSnapshotResponse |
( |
string |
id = default(string) , |
|
|
string |
url = default(string) , |
|
|
string |
accountNumber = default(string) , |
|
|
string |
accountType = default(string) , |
|
|
string |
accountSubtype = default(string) , |
|
|
string |
abaRoutingNumber = default(string) , |
|
|
string |
issuerName = default(string) , |
|
|
string |
nickname = default(string) |
|
) |
| |
Initializes a new instance of the FundingAccountSnapshotResponse class.
- Parameters
-
id | Id is a unique identifier assigned to the account in EBPP.. |
url | This URL fetches the funding account details.. |
accountNumber | The number or reference that a customer uses to identify the funding account.. |
accountType | The type of the funding account.. |
accountSubtype | The sub type of the funding account. This is derived by EBPP in the case of card funding accounts. It needs to be passed when adding or editing a DDA/bank account.. |
abaRoutingNumber | The ABA/Routing number for the bank account.. |
issuerName | The name of the authority that has issued the account. This is relevant only in the case of bank accounts.. |
nickname | The nickname by which a customer might want to identify the account.. |
override bool Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.AbaRoutingNumber |
|
getset |
The ABA/Routing number for the bank account.
The ABA/Routing number for the bank account.
string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.AccountNumber |
|
getset |
The number or reference that a customer uses to identify the funding account.
The number or reference that a customer uses to identify the funding account.
string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.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.FundingAccountSnapshotResponse.IssuerName |
|
getset |
The name of the authority that has issued the account. This is relevant only in the case of bank accounts.
The name of the authority that has issued the account. This is relevant only in the case of bank accounts.
string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.Nickname |
|
getset |
The nickname by which a customer might want to identify the account.
The nickname by which a customer might want to identify the account.
string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.Url |
|
getset |
This URL fetches the funding account details.
This URL fetches the funding account details.
The documentation for this class was generated from the following file: