Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 475 Bytes

currency-prices-response.md

File metadata and controls

29 lines (21 loc) · 475 Bytes

Currency Prices Response

Structure

CurrencyPricesResponse

Fields

Name Type Tags Description
CurrencyPrices []models.CurrencyPrice Required -

Example (as JSON)

{
  "currency_prices": [
    {
      "id": 50,
      "currency": "currency8",
      "price": 233.74,
      "formatted_price": "formatted_price6",
      "product_price_point_id": 172
    }
  ]
}