Properties
| Name | Type | Required | Description |
|---|---|---|---|
| object | String | ❌ | Object type |
| id | String | ❌ | Unique subscription identifier in Asaas |
| dateCreated | String | ❌ | Subscription creation date |
| customer | String | ❌ | Unique customer identifier |
| paymentLink | String | ❌ | Unique identifier of the payments link to which the subscription belongs |
| billingType | SubscriptionGetResponseBillingType | ❌ | Billing type |
| cycle | SubscriptionGetResponseCycle | ❌ | Billing frequency |
| value | Double | ❌ | Subscription value |
| nextDueDate | String | ❌ | Due date of the next payment to be generated |
| endDate | String | ❌ | Deadline for payments to be due |
| description | String | ❌ | Subscription description |
| status | SubscriptionGetResponseSubscriptionStatus | ❌ | Subscription status |
| discount | PaymentDiscountDto | ❌ | Discount information |
| fine | PaymentFineResponseDto | ❌ | Fine information for payment after due date |
| interest | PaymentInterestResponseDto | ❌ | Interest information for payment after due date |
| deleted | Boolean | ❌ | Informs if the subscription has been removed |
| maxPayments | Long | ❌ | Maximum number of payments to be generated for this subscription |
| externalReference | String | ❌ | Subscription identifier on your system |
| checkoutSession | String | ❌ | Unique checkout identifier |
| split | List<SubscriptionSplitResponseDto> | ❌ | Split information |