Record
money
No description available.
record money {
amount: option<string>,
currency: option<money-currency-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<string> | |
| currency | option<money-currency-enum> |
No description available.
record money {
amount: option<string>,
currency: option<money-currency-enum>,
}| Name | Type | Description |
|---|---|---|
| amount | option<string> | |
| currency | option<money-currency-enum> |