Name | Type | Description | Notes |
---|---|---|---|
id | **** | The payment instrument ID. | [optional] |
method | String | The method of payment instrument. | [optional] |
customer_id | **** | The customer's ID. | [optional] |
bank_name | String | Bank's name. | [optional] |
routing_number | String | Bank's routing number. | [optional] |
account_number_type | String | Bank's account number type. A valid value is basic bank account number (BBAN) or international bank account number (IBAN). | [optional] [default to 'BBAN'] |
account_type | String | Bank's account type. | [optional] |
bic | String | Bank Identifier Code. | [optional] |
billing_address | **** | The billing address. | [optional] |
fingerprint | String | A unique value to identify the bank account. It contains alphanumeric values. | [optional] |
last4 | String | The last 4 digits of the bank account. | [optional] |
status | String | Bank account status. | [optional] |
created_time | **** | Bank account created time. | [optional] |
updated_time | **** | Bank account updated time. | [optional] |
custom_fields | ResourceCustomFields | [optional] | |
risk_metadata | RiskMetadata | [optional] | |
_links | Array<null> | The links related to resource. | [optional] |
_embedded | Array<null> | Any embedded objects available that are requested by the `expand` querystring parameter. | [optional] |