"supply": 10
// Maximum number of clients that can consume this service offering concurrently. "unitName": "MB"
// Name of single unit of service (only supported unitName is "MB")."autoPopUp": true
// Auto pop up function for this offering. Can be: true or false."unitType": "units"
// How the provided service is calculated: units or seconds (only supported unitType is "units")."billingType": "postpaid"
// Model of billing: postapaid or prepaid (only supported billingType is "postpaid")."setupPrice": 0
// Setup fee is a price, that must be paid by Client to start using your service (only supported setupPrice is "0")."unitPrice": 0.0001
// Price in PRIX for a single unit of service."minUnits": 1000
// The minimum units of service to provide. Used to calculate the minimum deposit required."maxUnit": 0
// The maximum units of service that will be provided for each contract to Clients. Can be zero (if maxUnit=0 it means that maxUnit is unlimited)."billingInterval": 70
// The interval in consumed units of service after which Client must provide payment approval to Agent."maxBillingUnitLag": 100
// The maximum number of unpaid units of service after which Agent will suspend the service."maxSuspendTime": 1800
// Maximum time (seconds) Agent will wait for Client to continue using the service, before Agent will terminate service."maxInactiveTime": 1800
// Maximum time (seconds) Agent will wait for Client to start using the service for the first time, before Agent will terminate service.."freeUnits": 0
// The amount of first free units of service that you can provide to the Client as a trial (only supported freeUnits is "0")."ipType": "datacenter"
// The type of your IP address. It can be: datacenter, residential, mobile."minDownloadMbits": 100
// The minimum download speed of your service (Mbps). Can be empty."minUploadMbits": 80
// The maximum upload speed of your service (Mbps). Can be empty.