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