Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.35 KB

BankAccountGbResponse.md

File metadata and controls

20 lines (16 loc) · 1.35 KB

BankAccountGbResponse

Properties

Name Type Description Notes
sort_code string The sort code of the bank account. Must be numbers only, and 6 digits long [optional]
account_number string The account number of the bank account. Must be numbers only. GB account numbers must be 8 digits long [optional]
type string The type of bank account [optional]
owner_address \MarketPay\Model\Address [optional]
owner_name string The name of the owner of the bank account [optional]
user_id string The object owner's UserId [optional]
active bool Whether the bank account is active or not [optional]
bank_account_number string Whatever type, the IBAN or Other should be mapped to that (most tools can´t deserialize polimorphic array of BankAccountResponse) So we need the number in a common property [optional]
id string The item's ID [optional]
creation_date int When the item was created [optional]
tag string Custom data that you can add to this item [optional]

[Back to Model list] [Back to API list] [Back to README]