interface TaxedPrice {
    totalGross: Money;
    totalNet: Money;
}

Properties

Properties

totalGross: Money

Total gross price of the Order.

totalNet: Money

Total net price of the Order.