MIF_E31211285/vendor/xendit/xendit-php/docs/Invoice/Bank.md

833 B

# Bank

An object representing bank details for invoices.

use Xendit\Invoice\Bank;

Properties

Name Type Required Description Examples
bank_code BankCode ☑️ null
collection_type string ☑️ The collection type for the bank details. null
bank_branch string The branch of the bank. null
bank_account_number string The bank account number. null
account_holder_name string ☑️ The name of the account holder. null
transfer_amount float The transfer amount. null
alternative_displays array null

[Back to README]