OutboundPaymentsPaymentMethodDetails constructor

const OutboundPaymentsPaymentMethodDetails({
  1. required TreasurySharedResourceBillingDetails billingDetails,
  2. OutboundPaymentsPaymentMethodDetailsFinancialAccount? financialAccount,
  3. required OutboundPaymentsPaymentMethodDetailsType type,
  4. OutboundPaymentsPaymentMethodDetailsUsBankAccount? usBankAccount,
})

OutboundPaymentsPaymentMethodDetails

Implementation

const OutboundPaymentsPaymentMethodDetails({
  required this.billingDetails,
  this.financialAccount,
  required this.type,
  this.usBankAccount,
});