Poq.SDK.Node

Home > @poq/sdk > StartCartTransferResponse

StartCartTransferResponse class

The Cart Transfer response to return the the iOS and Android apps.

Signature:

export declare class StartCartTransferResponse extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the StartCartTransferResponse class

Properties

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