Home > @poq/sdk > PlaceOrderResponse > (constructor)
Constructs a new instance of the PlaceOrderResponse class
Signature:
constructor(params: {
id: string;
subtotalPrice: number;
totalPrice: number;
deliveryCost: number;
tax: number;
});
| Parameter | Type | Description |
|---|---|---|
| params | { id: string; subtotalPrice: number; totalPrice: number; deliveryCost: number; tax: number; } |