Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 5.0!

productplanchargepricing object

Properties of the productplanchargepricing object

{
  "id": "guid",
  "productplanchargeid": "guid",
  "productplanid": "guid",
  "segment": "integer",
  "currencycode": "string",
  "price": "float",
  "tierfrom": "integer",
  "tierto": "integer",
  /* perunit=1,flatfee=0 */
  "tierpriceformat": "integer",
  "productplancharge": "productplancharge",
  "productplan": "productplan",
  "createddate": "datetime",
  "modifieddate": "datetime"
}