Home > @poq/sdk > ExpressCheckoutSummary
Contract describes express checkout summary.
Signature:
export declare class ExpressCheckoutSummary extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ExpressCheckoutSummaryclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| deliveryCost | number | Delivery cost. | |
| totalDiscount | number | Total discount given. | |
| totalPrice | number | Total price. | |
| totalTax | number | Total tax. |