TreasuryFinancialAccountPlatformRestrictions constructor

const TreasuryFinancialAccountPlatformRestrictions({
  1. TreasuryFinancialAccountPlatformRestrictionsInboundFlows? inboundFlows,
  2. TreasuryFinancialAccountPlatformRestrictionsInboundFlows? outboundFlows,
})

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

Implementation

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