GoCardlessCustomerBankAccount Class |
Namespace: NetQuarry.Services.Payment
The GoCardlessCustomerBankAccount type exposes the following members.
Name | Description | |
---|---|---|
GoCardlessCustomerBankAccount |
Empty constructor.
| |
GoCardlessCustomerBankAccount(String) |
Constructor with idempotency key.
|
Name | Description | |
---|---|---|
account_holder_name |
Name of the account holder, as known by the bank. Usually this matches the name of the linked customer. This field will be transliterated, upcased and truncated to 18 characters.
| |
account_number |
For the CustomerBankAccount create API.
Bank account number - see local details for more information. Alternatively you can provide an iban.
| |
account_number_ending |
Last two digits of account number.
| |
bank_code |
For the CustomerBankAccount create API.
Bank code - see local details for more information. Alternatively you can provide an iban.
| |
bank_name |
Name of bank, taken from the bank details.
| |
branch_code |
Branch code - see local details for more information. Alternatively you can provide an iban.
| |
country_code |
ISO 3166-1 alpha-2 code. Defaults to the country code of the iban if supplied, otherwise is required.
| |
created_at |
Fixed timestamp, recording when this resource was created.
| |
currency |
ISO 4217 currency code, defaults to national currency of country_code.
| |
enabled |
Boolean value showing whether the bank account is enabled or disabled.
| |
iban |
International Bank Account Number. Alternatively you can provide local details. IBANs are not accepted for Swedish bank accounts denominated in SEK - you must supply local details.
| |
id |
Unique identifier, beginning with “BA”.
| |
IDEMPOTENCYKEY |
Not part of actual object sent to GoCardless. Used in HTTP header to prevent duplicating a successful request.
| |
links |
IDs of things that could be related:
customer,
customer_bank_account_token can be linked during CustomerBankAccount creation (through API) but we do NOT use it.
| |
metadata |
Key-value store of custom data. Up to 3 keys are permitted, with key names up to 50 characters and values up to 500 characters.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |