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