InvoicePaymentMethodOptionsCustomerBalanceBankTransfer constructor
const
InvoicePaymentMethodOptionsCustomerBalanceBankTransfer({
- InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer? euBankTransfer,
- String? type,
invoice_payment_method_options_customer_balance_bank_transfer
Implementation
const InvoicePaymentMethodOptionsCustomerBalanceBankTransfer({
this.euBankTransfer,
this.type,
});