Home > @poq/sdk > ExpressCheckoutSummary > (constructor)
Constructs a new instance of the ExpressCheckoutSummary
class
Signature:
constructor(params: {
deliveryCost: number;
totalDiscount: number;
totalPrice: number;
totalTax: number;
});
Parameter | Type | Description |
---|---|---|
params | { deliveryCost: number; totalDiscount: number; totalPrice: number; totalTax: number; } |