Poq.SDK.Node

Home > @poq/sdk > StartCartTransferResponse > (constructor)

StartCartTransferResponse.(constructor)

Constructs a new instance of the StartCartTransferResponse class

Signature:

constructor(params?: {
        url?: string;
        body?: string;
        method?: string;
        order?: OrderInStartCartTransferResponse;
        orderNumberTrackingJs?: string;
        orderCostTrackingJs?: string;
        checkoutSettings?: CheckoutSettings;
        cookies?: HttpCookieResponse[];
        headers?: HttpHeaderResponse[];
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { url?: string; body?: string; method?: string; order?: OrderInStartCartTransferResponse; orderNumberTrackingJs?: string; orderCostTrackingJs?: string; checkoutSettings?: CheckoutSettings; cookies?: HttpCookieResponse[]; headers?: HttpHeaderResponse[]; customData?: Record<string, unknown>; } (Optional)