OutboundPaymentsPaymentMethodDetails constructor
const
OutboundPaymentsPaymentMethodDetails({
- required TreasurySharedResourceBillingDetails billingDetails,
- OutboundPaymentsPaymentMethodDetailsFinancialAccount? financialAccount,
- required OutboundPaymentsPaymentMethodDetailsType type,
- OutboundPaymentsPaymentMethodDetailsUsBankAccount? usBankAccount,
OutboundPaymentsPaymentMethodDetails
Implementation
const OutboundPaymentsPaymentMethodDetails({
required this.billingDetails,
this.financialAccount,
required this.type,
this.usBankAccount,
});