Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

OrderCalculation

API reference for OrderCalculation in Vendr, the eCommerce solution for Umbraco v8+

OrderCalculation

public class OrderCalculation

Namespace

Constructors

OrderCalculation

public OrderCalculation(Guid currencyId)

Properties

FulfilledDiscountCodes

public List<string> FulfilledDiscountCodes { get; }

FulfilledDiscounts

public List<FulfilledDiscount> FulfilledDiscounts { get; }

GiftCardAmounts

public Dictionary<string, Amount> GiftCardAmounts { get; }

OrderLines

public Dictionary<Guid, OrderLineCalculation> OrderLines { get; }

PaymentTaxRate

public TaxRate PaymentTaxRate { get; set; }

PaymentTotalPrice

public TotalPrice PaymentTotalPrice { get; set; }

ShippingTaxRate

public TaxRate ShippingTaxRate { get; set; }

ShippingTotalPrice

public TotalPrice ShippingTotalPrice { get; set; }

SubtotalPrice

public OrderSubtotalPrice SubtotalPrice { get; set; }

TaxRate

public TaxRate TaxRate { get; set; }

TotalPrice

public OrderTotalPrice TotalPrice { get; set; }

Edit this page on GitHub

Site + logo design © 2024 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.