xendit.invoice.model.Bank
An object representing bank details for invoices.
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| bank_code | BankCode | ☑️ | ||
| collection_type | str | ☑️ | The collection type for the bank details. | |
| account_holder_name | str | ☑️ | The name of the account holder. | |
| bank_branch | str | The branch of the bank. | ||
| bank_account_number | str | The bank account number. | ||
| transfer_amount | float | The transfer amount. | ||
| alternative_displays | [AlternativeDisplayItem] |