# Interface: CheckoutData
# Table of contents
# Properties
# Properties
# attributes
• attributes: object
# Type declaration:
| Name | Type |
|---|---|
addresses | Pick<CustomerAddress, links | type | id> & { attributes: CheckoutAddress }[] |
billingAddress? | CheckoutAddress |
customer? | CustomerParams |
payments | PaymentProviderMethod[] |
selectedShipmentMethods | CheckoutShipmentMethodAttributes[] |
shippingAddress? | CheckoutAddress |
totals? | CheckoutTotals |
Defined in: types/checkout.ts:83 (opens new window)