Subscription
iduuid
Example:
01929a94-5fce-7ccc-a7e4-7e9249133b39
paymentMethodIduuid
Example:
01924756-d1f6-738d-8040-90d76cedf01f
currencystring
Example:
DKK
customerIdstring
Example:
User159
pointOfSaleIduuid
Example:
0192473a-e381-705c-b61c-fc2ac9624afc
referencestring
Example:
reference-1
statestring
Example:
ACTIVE
typestring
Example:
PAYMENT
expiryDatedate-timenullable
Example:
2050-01-01
interval object
periodstring
Example:
MONTH
frequencyinteger
Example:
1
createdAtdate-time
Subscription
{
"id": "01929a94-5fce-7ccc-a7e4-7e9249133b39",
"paymentMethodId": "01924756-d1f6-738d-8040-90d76cedf01f",
"currency": "DKK",
"customerId": "User159",
"pointOfSaleId": "0192473a-e381-705c-b61c-fc2ac9624afc",
"reference": "reference-1",
"state": "ACTIVE",
"type": "PAYMENT",
"expiryDate": "2050-01-01",
"interval": {
"period": "MONTH",
"frequency": 1
},
"createdAt": "2024-07-29T15:51:28.071Z"
}