# Interface: CheckoutParams
# Table of contents
# Properties
# Properties
# billingAddress
• Optional billingAddress: CustomerAddressAttributes
Defined in: types/checkout.ts:109 (opens new window)
# customer
• Optional customer: CustomerParams
Defined in: types/checkout.ts:108 (opens new window)
# idCart
• idCart: string
Defined in: types/checkout.ts:107 (opens new window)
# payments
• Optional payments: PaymentProviderMethod[]
Defined in: types/checkout.ts:111 (opens new window)
# shipment
• Optional shipment: object
# Type declaration:
| Name | Type | 
|---|---|
idShipmentMethod |  number | 
Defined in: types/checkout.ts:112 (opens new window)
# shipments
• Optional shipments: { idShipmentMethod: string ; items: string[] ; requestedDeliveryDate?: string ; shippingAddress: CustomerAddressAttributes  }[]
Defined in: types/checkout.ts:115 (opens new window)
# shippingAddress
• Optional shippingAddress: CustomerAddressAttributes
Defined in: types/checkout.ts:110 (opens new window)