Record
get-prices-search-response
No description available.
record get-prices-search-response {
data: list<price>,
has-more: bool,
next-page: option<string>,
object: get-prices-search-response-object-enum,
total-count: option<s32>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<price> | |
| has-more | bool | |
| next-page | option<string> | |
| object | get-prices-search-response-object-enum | |
| total-count | option<s32> | |
| url | string |