KamaKAzii
5/1/2017 - 1:29 AM

products.json

[  
  {  
    "id":6,
    "name":"sponsored-startup-yearly",
    "description":"CashDeck yearly startup subscription (Sponsored)",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          5,
          0
        ],
        90
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":7,
    "name":"sponsored-silver-yearly",
    "description":"CashDeck yearly silver subscription (Sponsored): $1,068/yearly for 1-15 + $96/yearly for extra",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          1068
        ],
        [  
          15,
          0
        ],
        96
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":8,
    "name":"sponsored-silver-monthly",
    "description":"CashDeck monthly silver subscription (Sponsored): $99/monthly for 1-15 + $8/monthly for extra",
    "period_type":"month",
    "period_frequency":1,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          99
        ],
        [  
          15,
          0
        ],
        8
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":9,
    "name":"sponsored-gold-yearly",
    "description":"CashDeck yearly gold subscription (Sponsored): $3,228/yearly for 1-50 + $96/yearly for extra",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          3228
        ],
        [  
          50,
          0
        ],
        96
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":10,
    "name":"sponsored-gold-monthly",
    "description":"CashDeck monthly gold subscription (Sponsored): $299/monthly for 1-50 + $8/monthly for extra",
    "period_type":"month",
    "period_frequency":1,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          299
        ],
        [  
          50,
          0
        ],
        8
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":11,
    "name":"sponsored-platinum-yearly",
    "description":"CashDeck yearly platinum subscription (Sponsored): $5,928/yearly for 1-100 + $84/yearly for extra",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          5928
        ],
        [  
          100,
          0
        ],
        84
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":12,
    "name":"sponsored-platinum-monthly",
    "description":"CashDeck monthly platinum subscription (Sponsored): $544/monthly for 1-100 + $7/monthly for extra",
    "period_type":"month",
    "period_frequency":1,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          544
        ],
        [  
          100,
          0
        ],
        7
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":13,
    "name":"sponsored-professional-yearly",
    "description":"CashDeck yearly professional subscription (Sponsored): $10,788/yearly for 1-200 + $60/yearly for extra",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          10788
        ],
        [  
          200,
          0
        ],
        60
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":14,
    "name":"sponsored-professional-monthly",
    "description":"CashDeck monthly professional subscription (Sponsored): $999/monthly for 1-200 + $5/monthly for extra",
    "period_type":"month",
    "period_frequency":1,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          999
        ],
        [  
          200,
          0
        ],
        5
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":15,
    "name":"sponsored-enterprise-yearly",
    "description":"CashDeck yearly enterprise subscription (Sponsored): $23,988/yearly for 1-500 + $60/yearly for extra",
    "period_type":"month",
    "period_frequency":12,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          23988
        ],
        [  
          500,
          0
        ],
        60
      ]
    },
    "price_book":"partner_default"
  },
  {  
    "id":16,
    "name":"sponsored-enterprise-monthly",
    "description":"CashDeck monthly enterprise subscription (Sponsored): $2,290/monthly for 1-500 + $5/monthly for extra",
    "period_type":"month",
    "period_frequency":1,
    "amount_config":{  
      "scaled":[  
        [  
          1,
          2290
        ],
        [  
          500,
          0
        ],
        5
      ]
    },
    "price_book":"partner_default"
  }
]