FinancialAccountOutboundPayments constructor

const FinancialAccountOutboundPayments({
  1. FinancialAccountCardIssuing? ach,
  2. 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,
});