FinancialAccountOutboundPayments constructor
const
FinancialAccountOutboundPayments({
- FinancialAccountCardIssuing? ach,
- FinancialAccountCardIssuing? usDomesticWire,
outbound_payments
Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money.
Implementation
const FinancialAccountOutboundPayments({
this.ach,
this.usDomesticWire,
});