InvoiceCustomerBalance constructor

const InvoiceCustomerBalance({
  1. InvoiceBankTransfer? bankTransfer,
  2. String? fundingType,
})

invoice_payment_method_options_param

If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.

Implementation

const InvoiceCustomerBalance({
  this.bankTransfer,
  this.fundingType,
});