Home > @vsf-enterprise/epcc-api > CheckoutData
# CheckoutData type
Signature:
export declare type CheckoutData = {
customer: CheckoutCustomer | CheckoutCustomerObject;
billing_address: Address;
shipping_address: Address;
};
References: Address