| Name | Type | Description | Notes |
|---|---|---|---|
| serviceNumber | string | service number with merchant (e.g. policy number with an insurance company or tax number for a governmental institution) | |
| serviceid | string | Unique Service Identifier | |
| merchant | string | Unique merchant code | |
| payItemId | string | Unique Payment Item ID identifying the subscription | |
| payItemDescr | string | Optional description about payment details | [optional] |
| amountType | string | 'Supported amount type for the payment of this subscription:' '"FIXED" -> subscription needs to be paid in full, (Payment amount = subscription amount provided in "amount")' '"PARTIAL" -> Partial subscription amount can be paid. (Payment amount < subscription amount provided in "amount"))' '"OVERPAY" -> More than the actual subscription amount owed can be paid. (Payment amount > subscription amount provided in "amount"). Overpayments are subject to country specific regulations and may be limited to a certain threshold. ' '"CUSTOM" -> Amount can be freely entered, independent of subscription amount provided in "amount"' | |
| name | string | Title/Name of subscription | |
| localCur | string | Local currency of service. (Format: ISO 4217) | |
| amountLocalCur | float | Payable amount in local currency | |
| customerReference | string | Optional Customer reference | [optional] |
| customerName | string | Customer Name | [optional] |
| customerNumber | string | Optional Customer number with merchant | [optional] |
| startDate | \DateTime | Optional start date (Format: ISO 8601) | [optional] |
| dueDate | \DateTime | Optional due due date (Format: ISO 8601) | [optional] |
| endDate | \DateTime | Optional end date (Format: ISO 8601) | [optional] |
| optStrg | string | Optional string field to carry additional information | [optional] |
| optNmb | float | Optional number field to carry additional information | [optional] |