Home > @poq/sdk > OrderInStartCartTransferResponse
Signature:
export declare class OrderInStartCartTransferResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the OrderInStartCartTransferResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
channel | string | undefined | ||
currency | string | undefined | ||
customData | Record<string, unknown> | undefined | Any custom data to be provided. | |
deliveryCost | number | undefined | The delivery costs associated to the order. | |
externalId | string | undefined | The external order ID. | |
items | OrderItemInStartCartTransferResponse[] | undefined | A list of the order items within this order. | |
orderId | number | undefined | The order ID of the actual order. | |
reference | string | undefined | ||
staticContent | OrderStaticContentResponse | undefined | ||
subtotal | number | undefined | The subtotal of this order. | |
totalPrice | number | undefined | Total price of the order. | |
voucherAmount | number | undefined | This is the voucher/discount costs. |