FinancialAccountFeatures constructor

const FinancialAccountFeatures({
  1. FinancialAccountCardIssuing? cardIssuing,
  2. FinancialAccountCardIssuing? depositInsurance,
  3. FinancialAccountFinancialAddresses? financialAddresses,
  4. FinancialAccountInboundTransfers? inboundTransfers,
  5. FinancialAccountCardIssuing? intraStripeFlows,
  6. FinancialAccountOutboundPayments? outboundPayments,
  7. FinancialAccountOutboundPayments? outboundTransfers,
})

feature_access

Encodes whether a FinancialAccount has access to a particular feature. Stripe or the platform can control features via the requested field.

Implementation

const FinancialAccountFeatures({
  this.cardIssuing,
  this.depositInsurance,
  this.financialAddresses,
  this.inboundTransfers,
  this.intraStripeFlows,
  this.outboundPayments,
  this.outboundTransfers,
});