Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 619 Bytes

coupon-currency-response.md

File metadata and controls

40 lines (32 loc) · 619 Bytes

Coupon Currency Response

Structure

CouponCurrencyResponse

Fields

Name Type Tags Description
CurrencyPrices []models.CouponCurrency Optional -

Example (as JSON)

{
  "currency_prices": [
    {
      "id": 50,
      "currency": "currency8",
      "price": 78,
      "coupon_id": 224
    },
    {
      "id": 50,
      "currency": "currency8",
      "price": 78,
      "coupon_id": 224
    },
    {
      "id": 50,
      "currency": "currency8",
      "price": 78,
      "coupon_id": 224
    }
  ]
}