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.

OrderDto

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

OrderDto

public class OrderDto : OrderBasicDto

Inheritance

Namespace

Constructors

OrderDto

The default constructor.

public OrderDto()

Properties

AppliedDiscountCodes

public List<string> AppliedDiscountCodes { get; set; }

AppliedGiftCardCodes

public List<string> AppliedGiftCardCodes { get; set; }

CustomerEmail

public string CustomerEmail { get; set; }

CustomerReference

public string CustomerReference { get; set; }

OrderLines

public List<OrderLineDto> OrderLines { get; set; }

OrderStatusCode

public int OrderStatusCode { get; set; }

PaymentCountry

public CountryBasicDto PaymentCountry { get; set; }

PaymentCountryId

public Guid? PaymentCountryId { get; set; }

PaymentMethodPrice

public string PaymentMethodPrice { get; set; }

PaymentMethodPriceWithoutDiscount

public string PaymentMethodPriceWithoutDiscount { get; set; }

PaymentRegion

public RegionBasicDto PaymentRegion { get; set; }

PaymentRegionId

public Guid? PaymentRegionId { get; set; }

Properties

public Dictionary<string, PropertyValueDto> Properties { get; set; }

ShippingCountry

public CountryBasicDto ShippingCountry { get; set; }

ShippingCountryId

public Guid? ShippingCountryId { get; set; }

ShippingMethodPrice

public string ShippingMethodPrice { get; set; }

ShippingMethodPriceWithoutDiscount

public string ShippingMethodPriceWithoutDiscount { get; set; }

ShippingRegion

public RegionBasicDto ShippingRegion { get; set; }

ShippingRegionId

public Guid? ShippingRegionId { get; set; }

SubtotalPrice

public string SubtotalPrice { get; set; }

SubtotalPriceDiscount

public string SubtotalPriceDiscount { get; set; }

SubtotalPriceWithPreviousDiscount

public string SubtotalPriceWithPreviousDiscount { get; set; }

TotalGiftCardAmount

public string TotalGiftCardAmount { get; set; }

TotalPriceDiscount

public string TotalPriceDiscount { get; set; }

TotalPriceTax

public string TotalPriceTax { get; set; }

TotalPriceWithPreviousDiscount

public string TotalPriceWithPreviousDiscount { get; set; }

TotalReceived

public string TotalReceived { get; set; }

TransactionAmount

public string TransactionAmount { get; set; }

TransactionFee

public string TransactionFee { get; set; }

ZeroAmount

public string ZeroAmount { get; set; }

Edit this page on GitHub

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