PaymentIntentNextActionDisplayBankTransferInstructions constructor
const
PaymentIntentNextActionDisplayBankTransferInstructions({
- int? amountRemaining,
- String? currency,
- List<
FundingInstructionsBankTransferFinancialAddress> ? financialAddresses, - String? hostedInstructionsUrl,
- String? reference,
- required CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferType type,
PaymentIntentNextActionDisplayBankTransferInstructions
Implementation
const PaymentIntentNextActionDisplayBankTransferInstructions({
this.amountRemaining,
this.currency,
this.financialAddresses,
this.hostedInstructionsUrl,
this.reference,
required this.type,
});