InvoicePaymentMethodOptionsCustomerBalanceBankTransfer constructor

const InvoicePaymentMethodOptionsCustomerBalanceBankTransfer({
  1. InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer? euBankTransfer,
  2. String? type,
})

invoice_payment_method_options_customer_balance_bank_transfer

Implementation

const InvoicePaymentMethodOptionsCustomerBalanceBankTransfer({
  this.euBankTransfer,
  this.type,
});