CurrencyAmountSchemaOptionsinterface
{
readonly symbol?: string | undefined;
readonly currency: CurrencyCode;
}| Property | Type | |
|---|---|---|
.symbol | string | Override the currency symbol used when formatting. readonly |
.currency | CurrencyCode | ISO 4217 currency code that determines the step and symbol. required readonly |
Options for CurrencyAmountSchema.