Properties
| Name | Type | Required | Description |
|---|---|---|---|
| billingTypes | List<String> | ✅ | Payment methods |
| chargeTypes | List<String> | ✅ | Charge types |
| callback | ApiCheckoutSessionCallbackDto | ✅ | |
| items | List<ApiCheckoutSessionItemsDto> | ✅ | List of items at checkout |
| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
| customerData | ApiCheckoutSessionCustomerDataDto | ❌ | |
| subscription | ApiCheckoutSessionSubscriptionDto | ❌ | |
| installment | ApiCheckoutSessionInstallmentDto | ❌ | |
| splits | List<ApiCheckoutSessionSplitDto> | ❌ | Split Settings |