Properties
| Name | Type | Required | Description |
|---|---|---|---|
| billingType | SubscriptionUpdateRequestBillingType | ❌ | Billing type |
| status | SubscriptionUpdateRequestSubscriptionStatus | ❌ | Subscription status |
| nextDueDate | String | ❌ | First payment due |
| discount | PaymentDiscountDto | ❌ | Discount information |
| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
| cycle | SubscriptionUpdateRequestCycle | ❌ | Billing frequency |
| description | String | ❌ | Subscription description (max. 500 characters) |
| endDate | String | ❌ | Deadline for payments to be due |
| updatePendingPayments | Boolean | ❌ | true to update the possible properties of already existing pending payments |
| externalReference | String | ❌ | Subscription identifier on your system |
| split | List<SubscriptionSplitRequestDto> | ❌ | Split information |
| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |