Poq.SDK.Node

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

CartTransferResponse.(constructor)

Constructs a new instance of the CartTransferResponse class

Signature:

constructor(params: {
        url: string;
        body: string;
        method: string;
        headers?: HttpHeaderResponse[];
        cookies?: HttpCookieResponse[];
    });

Parameters

Parameter Type Description
params { url: string; body: string; method: string; headers?: HttpHeaderResponse[]; cookies?: HttpCookieResponse[]; }