FinancialAccountPlatformRestrictions constructor
const
FinancialAccountPlatformRestrictions({
- FinancialAccountInboundFlows? inboundFlows,
- FinancialAccountInboundFlows? outboundFlows,
platform_restrictions
The set of functionalities that the platform can restrict on the FinancialAccount.
Implementation
const FinancialAccountPlatformRestrictions({
this.inboundFlows,
this.outboundFlows,
});