Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.42 KB

File metadata and controls

25 lines (22 loc) · 2.42 KB

Subscription

Properties

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:' '&quot;FIXED&quot; -> subscription needs to be paid in full, (Payment amount = subscription amount provided in &quot;amount&quot;)' '&quot;PARTIAL&quot; -> Partial subscription amount can be paid. (Payment amount < subscription amount provided in &quot;amount&quot;))' '&quot;OVERPAY&quot; -> More than the actual subscription amount owed can be paid. (Payment amount > subscription amount provided in &quot;amount&quot;). Overpayments are subject to country specific regulations and may be limited to a certain threshold. ' '&quot;CUSTOM&quot; -> Amount can be freely entered, independent of subscription amount provided in &quot;amount&quot;'
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]

[Back to Model list] [Back to API list] [Back to README]