FinancialAccountFeatures constructor
const
FinancialAccountFeatures({
- FinancialAccountCardIssuing? cardIssuing,
- FinancialAccountCardIssuing? depositInsurance,
- FinancialAccountFinancialAddresses? financialAddresses,
- FinancialAccountInboundTransfers? inboundTransfers,
- FinancialAccountCardIssuing? intraStripeFlows,
- FinancialAccountOutboundPayments? outboundPayments,
- 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,
});