# VyCheckoutSessionDto

## Properties

| Field                             | Type                                                                                                                       | Description | Required |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| Id                                | string                                                                                                                     |             | ✗        |
| Object                            | string                                                                                                                     |             | ✗        |
| AfterExpiration                   | JToken                                                                                                                     |             | ✗        |
| AllowPromotionCodes               | bool                                                                                                                       |             | ✗        |
| AmountSubtotal                    | int                                                                                                                        |             | ✗        |
| AmountTotal                       | int                                                                                                                        |             | ✗        |
| AutomaticTax                      | [VyAutomaticTaxDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vyautomatictaxdto)                   |             | ✗        |
| BillingAddressCollection          | string                                                                                                                     |             | ✗        |
| CancelUrl                         | string                                                                                                                     |             | ✗        |
| ClientReferenceId                 | string                                                                                                                     |             | ✗        |
| ClientSecret                      | string                                                                                                                     |             | ✗        |
| Consent                           | JToken                                                                                                                     |             | ✗        |
| ConsentCollection                 | JToken                                                                                                                     |             | ✗        |
| Created                           | int                                                                                                                        |             | ✗        |
| Currency                          | string                                                                                                                     |             | ✗        |
| CurrencyConversion                | JToken                                                                                                                     |             | ✗        |
| CustomFields                      | JToken                                                                                                                     |             | ✗        |
| CustomText                        | [VyCustomTextDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vycustomtextdto)                       |             | ✗        |
| Customer                          | string                                                                                                                     |             | ✗        |
| CustomerCreation                  | string                                                                                                                     |             | ✗        |
| CustomerDetails                   | JToken                                                                                                                     |             | ✗        |
| CustomerEmail                     | string                                                                                                                     |             | ✗        |
| ExpiresAt                         | int                                                                                                                        |             | ✗        |
| Invoice                           | string                                                                                                                     |             | ✗        |
| InvoiceCreation                   | [VyInvoiceCreationDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vyinvoicecreationdto)             |             | ✗        |
| Livemode                          | bool                                                                                                                       |             | ✗        |
| Locale                            | string                                                                                                                     |             | ✗        |
| Metadata                          | JToken                                                                                                                     |             | ✗        |
| Mode                              | string                                                                                                                     |             | ✗        |
| PaymentIntent                     | JToken                                                                                                                     |             | ✗        |
| PaymentLink                       | string                                                                                                                     |             | ✗        |
| PaymentMethodCollection           | string                                                                                                                     |             | ✗        |
| PaymentMethodConfigurationDetails | JToken                                                                                                                     |             | ✗        |
| PaymentMethodOptions              | JToken                                                                                                                     |             | ✗        |
| PaymentMethodTypes                | string                                                                                                                     |             | ✗        |
| PaymentStatus                     | string                                                                                                                     |             | ✗        |
| PhoneNumberCollection             | [VyPhoneNumberCollectionDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vyphonenumbercollectiondto) |             | ✗        |
| RecoveredFrom                     | string                                                                                                                     |             | ✗        |
| SetupIntent                       | string                                                                                                                     |             | ✗        |
| ShippingAddressCollection         | JToken                                                                                                                     |             | ✗        |
| ShippingCost                      | JToken                                                                                                                     |             | ✗        |
| ShippingDetails                   | JToken                                                                                                                     |             | ✗        |
| ShippingOptions                   | JToken                                                                                                                     |             | ✗        |
| Status                            | string                                                                                                                     |             | ✗        |
| SubmitType                        | string                                                                                                                     |             | ✗        |
| Subscription                      | string                                                                                                                     |             | ✗        |
| SuccessUrl                        | string                                                                                                                     |             | ✗        |
| TotalDetails                      | [VyTotalDetailsDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vytotaldetailsdto)                   |             | ✗        |
| UiMode                            | string                                                                                                                     |             | ✗        |
| Url                               | string                                                                                                                     |             | ✗        |

## References

**Operation**

* [CheckoutSession](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/pay/checkout/checkoutsession)
