DiscogsInventoryEntryPrice Object
Description
Price information for a Discogs inventory entry.
Declaration
type DiscogsInventoryEntryPrice {
value: Float
currency: String
curr_abbr: String
formatted: String
}
Fields
| Name | Type | Description |
|---|---|---|
value | Float | Numeric price value. |
currency | String | Currency code. |
curr_abbr | String | Currency abbreviation. |
formatted | String | Formatted price string. |