service/domain/workflow/money
Api Code Documentation / Exports / service/domain/workflow/money
Table of contents
Type Aliases
Variables
Functions
Type Aliases
CurrencyCode
Ƭ CurrencyCode: string
Defined in
src/service/domain/workflow/money.ts:295
MoneyAmount
Ƭ MoneyAmount: string
Defined in
src/service/domain/workflow/money.ts:3
Variables
amountTypeSchema
• Const
amountTypeSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/money.ts:297
conversionRateSchema
• Const
conversionRateSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/money.ts:14
currencyCodeSchema
• Const
currencyCodeSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/money.ts:296
moneyAmountSchema
• Const
moneyAmountSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/money.ts:4
Functions
isAmountOfMoney
▸ isAmountOfMoney(value
): boolean
Parameters
Name | Type |
---|---|
value | string |
Returns
boolean