# Interface: CheckoutOrderRequestAttributes

# Table of contents

# Properties

# Properties

# billingAddress

billingAddress: CheckoutAddress

Defined in: types/checkout-order.ts:22 (opens new window)


# customer

customer: CheckoutOrderCustomer

Defined in: types/checkout-order.ts:20 (opens new window)


# idCart

idCart: string

Defined in: types/checkout-order.ts:21 (opens new window)


# payments

payments: PaymentProviderMethod[]

Defined in: types/checkout-order.ts:24 (opens new window)


# shipment

Optional shipment: object

# Type declaration:

Name Type
idShipmentMethod number

Defined in: types/checkout-order.ts:25 (opens new window)


# shippingAddress

shippingAddress: CheckoutAddress

Defined in: types/checkout-order.ts:23 (opens new window)