PaymentIntentNextActionDisplayBankTransferInstructions constructor

const PaymentIntentNextActionDisplayBankTransferInstructions({
  1. int? amountRemaining,
  2. String? currency,
  3. List<FundingInstructionsBankTransferFinancialAddress>? financialAddresses,
  4. String? hostedInstructionsUrl,
  5. String? reference,
  6. required CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferType type,
})

PaymentIntentNextActionDisplayBankTransferInstructions

Implementation

const PaymentIntentNextActionDisplayBankTransferInstructions({
  this.amountRemaining,
  this.currency,
  this.financialAddresses,
  this.hostedInstructionsUrl,
  this.reference,
  required this.type,
});