configProduct
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
id (int) | 1/1 | The product id |
countryId (int) | 1/1 | The country id for this product |
type (string) | 0/1 | The product type sms0 .. domestic sms sms1 .. foreign sms credit .. sms credit subscription .. sms subscription |
name (string) | 0/1 | The name of the product |
subscriptionLength (int) | 1/1 | The length of a period in months if it is a subscription product |
price (double) | 1/1 | The price of the product |
available (boolean) | 1/1 | Is the product available for purchase |
code (string) | 0/1 | The code of the product if set |
JSON
property | type | description |
---|---|---|
id | id (int) | The product id |
countryId | countryId (int) | The country id for this product |
type | type (string) | The product type sms0 .. domestic sms sms1 .. foreign sms credit .. sms credit subscription .. sms subscription |
name | name (string) | The name of the product |
subscriptionLength | subscriptionLength (int) | The length of a period in months if it is a subscription product |
price | price (double) | The price of the product |
available | available (boolean) | Is the product available for purchase |
code | code (string) | The code of the product if set |