type | Object type (currently `domain` but in the future it might be other kind of service). |
operation | The kind of operation that the promo applies to (`create`, `renew`, `transfer`). |
tld | The TLD that the promo price applies to. |
currency | Price's currency (matches `currency` parameter). |
vat | VAT rate (example: 0.19 means 19%); 0 if not applicable. |
price | Netto price per year when promo is active. |
standard\_price | Netto standard price per year, i.e. the regular price when promo is *not* active. |
retail\_price | Netto retail price per year, i.e. the price without reseller's discount when promo is *not* active. |
min\_period | Minimum number of years (create/renew/transfer) that the promo price could be applied to. |
max\_period | Maximum number of years (create/renew/transfer) that the promo price could be applied to. |
period\_type | One of `exact` or `flex`.
`flex` means that the promo price is valid for *any* number of years between `min_period` and `max_period`. In this case the price is *per year*, i.e. will be applied for *every year* of registration.
`exact` means that promo price is valid *exactly* for the period specified by `min_period`, in such cases `max_period` will be equivalent to `min_period`, and the price is for the number of years specified in `min_period`.
|
valid\_from | Promo start date & time (ISO format). Promo price is not valid before this date. |
valid\_to | Promo end date & time (ISO format) Promo price is not valid after this date. |