detail = Inspect.Currency.Category.Detail(category) |
details = Inspect.Currency.Category.Detail(categories) |
Parameter | Type | Datatype | Description |
categories | parameter | table | A table of identifiers of currency categories to retrieve detail for. |
category | parameter | currencycategory | The identifier of the currency category to retrieve detail for. |
detail | result | table | Detail table for a single currency category. |
details | result | table | Detail tables for all requested currency categories. The key is the category ID, the value is the category's detail table. |