Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 809 Bytes

Bank.md

File metadata and controls

20 lines (14 loc) · 809 Bytes

Bank

xendit.invoice.model.Bank

An object representing bank details for invoices.

Properties

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]

[Back to README]