PriceAmount

  • Price is represented using a JSON object containing value and currency fields.

  • The value field is a string containing the numerical representation of the price.

  • The currency field is a string indicating the currency of the price, such as USD or EUR.

The price represented as a number and currency.

JSON representation
{
  "value": string,
  "currency": string
}
Fields
value

string

The price represented as a number.

currency

string

The currency of the price.