Request
Property Name | Type | Required | Description |
---|---|---|---|
base-price | boolean | Optional | Determines whether the given price should be considered as the base price for currency conversion calculations. |
currency | string | Optional | Currency code (ISO 4217). See Currency codes. |
amount | decimal | Optional | Price of the SKU (contract). For a 'one-time-charge' policy, you can enter a $0.00 amount. The sum $0.00 is intended for free or promotional items. For all recurring charges or subscription type charge-policies, the amount must be greater than $1.00 (this is relevant for all currencies). |
Response
Property Name | Type | Description |
---|---|---|
base-price | boolean | Determines whether the given price should be considered as the base price for currency conversion calculations. |
currency | string | Currency code (ISO 4217). See Currency codes. |
amount | decimal | Price of the SKU (contract). For a 'one-time-charge' policy, you can enter a $0.00 amount. The sum $0.00 is intended for free or promotional items. For all recurring charges or subscription type charge-policies, the amount must be greater than $1.00 (this is relevant for all currencies). |