"billing": {
"name": "Michael Jensen",
"company": "",
"vatin": "",
"gln": "",
"email": "",
"phone": "",
"address": [
"Hansens Allé 52"
],
"city": "Tøjmose",
"zip": "5883",
"state": "",
"country": ""
}
"shipping": {
"name": "Mette Jensen",
"company": "",
"email": "",
"phone": "",
"address": [
"Hansens Allé 52"
],
"city": "Tøjmose",
"zip": "5883",
"state": "",
"country": ""
}
|
Overrides for the stored address of the subscriber. Each address is overridden in its totality if any of its fields is present in your request.
|
"items": [
{
"name": "Monthly fee",
"quantity": 1,
"total": "99.95 DKK",
"sku": ""
}
]
|
An array of one or more items exactly as in regular transactions. Each item requires a "total" but all other fields are optional. The total amount that will be authorized is the sum of all "total" elements added together.
|