Home > @poq/sdk > CartTransferResponse > (constructor)
Constructs a new instance of the CartTransferResponse
class
Signature:
constructor(params: {
url: string;
body: string;
method: string;
headers?: HttpHeaderResponse[];
cookies?: HttpCookieResponse[];
});
Parameter | Type | Description |
---|---|---|
params | { url: string; body: string; method: string; headers?: HttpHeaderResponse[]; cookies?: HttpCookieResponse[]; } |