Properties of the productplan object
{
"id": "guid",
"productfamilyid": "guid",
"sku": "string",
"fullname": "string",
"currencycode": "string",
/* "DKK, EUR" */
"activecurrencies": "string",
"currencies": "string[]",
"description": "string",
/* 1024=deleted, 7=inactive, 1=active, 0=draft */
"status": "integer",
/* 0=none, 1=prorate upgrades */
"changehandle": "integer",
"productplancharges": "productplancharge[]",
"subscriptions": "subscription[]",
"productfamily": "productfamily",
"productplanpricings": "productplanpricing[]",
"createdby": "guid",
"modifiedby": "guid",
"createdbyuser": "userprofile",
"modifiedbyuser": "userprofile",
"createddate": "datetime",
"modifieddate": "datetime"
}