Poq.SDK.Node

Home > @poq/sdk > ExpressCheckoutSummary

ExpressCheckoutSummary class

Contract describes express checkout summary.

Signature:

export declare class ExpressCheckoutSummary extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the ExpressCheckoutSummary class

Properties

Property Modifiers Type Description
deliveryCost   number Delivery cost.
totalDiscount   number Total discount given.
totalPrice   number Total price.
totalTax   number Total tax.