The authinfo2 object provides methods to get prices and create a new authinfo2 code for .de domains.
Create a new AuthInfo2 product
Table 2.45. Parameters
Parameter | Description | Type | Required | Default |
---|
domain | AuthInfo2 Domain |
text255
| true | |
testing | Execute order in testing mode (no order will be submitted) |
boolean
| false | false |
Table 2.46. Parameters
Parameter | Description | Type | Optional |
---|
product | The name of the bought product |
text255
| |
net_price | The net price of the bought AuthInfo2 product |
float
| |
price | The price of the bought AuthInfo2 product |
float
| |
currency | Currency of the price |
text255
| |
message | Message details of the transaction |
text255
| |
2.4.2. authinfo2.getprice
Get the price of a AuthInfo2 product
Table 2.47. Parameters
Parameter | Description | Type | Optional |
---|
product | The name of the product |
text255
| |
net_price | The net price of the AuthInfo2 product |
float
| |
price | The price of the AuthInfo2 product |
float
| |
currency | Currency of the price |
text255
| |