TreasuryFinancialAccountUpdateOptions constructor
const
TreasuryFinancialAccountUpdateOptions({
- List<
String> ? expand, - FinancialAccountFeatures? features,
- Map<
String, String> ? metadata, - FinancialAccountPlatformRestrictions? platformRestrictions,
Implementation
const TreasuryFinancialAccountUpdateOptions({
this.expand,
this.features,
this.metadata,
this.platformRestrictions,
});