Properties
| Name | Type | Required | Description |
|---|---|---|---|
| billingTypes | List<CheckoutSessionSaveRequestBillingType> | ✅ | Payment methods |
| chargeTypes | List<CheckoutSessionSaveRequestChargeType> | ✅ | Charge types |
| callback | CheckoutSessionCallbackDto | ✅ | Automatic redirection information after payment on the checkout screen |
| items | List<CheckoutSessionItemsDto> | ✅ | List of items at checkout |
| minutesToExpire | Long | ❌ | Time in minutes for checkout expiration |
| customerData | CheckoutSessionCustomerDataDto | ❌ | Customer data |
| subscription | CheckoutSessionSubscriptionDto | ❌ | Subscription details, required if chargeTypes includes RECURRENT |
| installment | CheckoutSessionInstallmentDto | ❌ | Installment details. If informed, it will be mandatory to include the INSTALLMENT chargeType |
| splits | List<CheckoutSessionSplitDto> | ❌ | Split Settings |