Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

BankAccountResponse.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

BankAccountResponse

Properties

Name Type Description Notes
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]