FinancialAccountPlatformRestrictions constructor

const FinancialAccountPlatformRestrictions({
  1. FinancialAccountInboundFlows? inboundFlows,
  2. FinancialAccountInboundFlows? outboundFlows,
})

platform_restrictions

The set of functionalities that the platform can restrict on the FinancialAccount.

Implementation

const FinancialAccountPlatformRestrictions({
  this.inboundFlows,
  this.outboundFlows,
});