Home > @poq/sdk > StartCartTransferResponse
The Cart Transfer response to return the the iOS and Android apps.
Signature:
export declare class StartCartTransferResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the StartCartTransferResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
body | string | undefined | ||
checkoutSettings | CheckoutSettings | undefined | ||
cookies | HttpCookieResponse[] | undefined | ||
customData | Record<string, unknown> | undefined | ||
headers | HttpHeaderResponse[] | undefined | ||
method | string | undefined | ||
order | OrderInStartCartTransferResponse | undefined | ||
orderCostTrackingJs | string | undefined | ||
orderNumberTrackingJs | string | undefined | ||
url | string | undefined |