# openapi.model.CreateGuestCheckoutRes

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cartId** | **num** |  | [optional] 
**checkoutNumber** | **String** |  | 
**checkoutUrl** | **String** |  | 
**additionalDetails** | **String** |  | 
**contact** | **String** |  | 
**emailMe** | **bool** |  | 
**shipToRateDetailId** | **num** |  | 
**discountId** | **num** |  | 
**completedAt** | [**DateTime**](DateTime.md) |  | 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**id** | **num** |  | 
**addresses** | [**BuiltList&lt;CheckoutAddressDto&gt;**](CheckoutAddressDto.md) |  | 
**payment** | [**CreateCheckoutPaymentRes**](CreateCheckoutPaymentRes.md) |  | 
**stripePaymentIntent** | [**CreateGuestCheckoutResStripePaymentIntent**](CreateGuestCheckoutResStripePaymentIntent.md) |  | 
**paypalPayment** | [**CreateGuestCheckoutResPaypalPayment**](CreateGuestCheckoutResPaypalPayment.md) |  | 
**lastStep** | [**CreateGuestCheckoutResLastStep**](CreateGuestCheckoutResLastStep.md) |  | 
**allDigitals** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


