Sha256: 4cfc0373fb3e6bd92d9a94b7806eb5ecfd01bff989722ff46f09c46e6dd6572b

Contents?: true

Size: 884 Bytes

Versions: 1

Compression:

Stored size: 884 Bytes

Contents

{
  "protocol" : "Promotion",
  "namespace" : "Switchboard",
  "types" : [ {
    "type" : "record",
    "name" : "Promotion",
    "fields" : [ {
      "name" : "discount_amount_in_cents",
      "type" : "int"
    }, {
      "name" : "new_total_price_in_cents",
      "type" : "int"
    } ]
  }, {
    "type" : "record",
    "name" : "PromotionFetchOption",
    "fields" : [ {
      "name" : "page",
      "type" : "int",
      "default" : 1
    }, {
      "name" : "per_page",
      "type" : "int",
      "default" : 10
    }, {
      "name" : "offer_id",
      "type" : "int"
    }, {
      "name" : "short_code",
      "type" : "string"
    } ]
  } ],
  "messages" : {
    "index" : {
      "request" : [ {
        "name" : "options",
        "type" : "PromotionFetchOption"
      } ],
      "response" : {
        "type" : "array",
        "items" : "Promotion"
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
switchboard-contract-1.9.5 contracts/mobile/compiled/promotion.avpr