Record
create-currency-params
No description available.
record create-currency-params {
xero-tenant-id: string,
code: option<currency-code>,
description: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| xero-tenant-id | string | |
| code | option<currency-code> | |
| description | option<string> |