FinancialAccountInboundTransfers constructor

const FinancialAccountInboundTransfers({
  1. FinancialAccountCardIssuing? ach,
})

inbound_transfers

Contains settings related to adding funds to a FinancialAccount from another Account with the same owner.

Implementation

const FinancialAccountInboundTransfers({this.ach});