Price

  • The schema represents a price with a numerical value and its corresponding currency.

  • Both value and currency are represented as strings in the JSON object.

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

string

The price represented as a number.

currency

string

The currency of the price.

Create a Mobile Website
View Site in Mobile | Classic
Share by: