Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrderFormModel

Inheritance
System.Object
OrderFormModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderFormModel : Object

Constructors

OrderFormModel()

Declaration
public OrderFormModel()

Properties

AuthorizedPaymentTotal

Declaration
public MoneyModel AuthorizedPaymentTotal { get; set; }
Property Value
Type Description
MoneyModel

CapturedPaymentTotal

Declaration
public MoneyModel CapturedPaymentTotal { get; set; }
Property Value
Type Description
MoneyModel

Coupons

Declaration
public IEnumerable<CouponModel> Coupons { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CouponModel>

HandlingTotal

Declaration
public MoneyModel HandlingTotal { get; set; }
Property Value
Type Description
MoneyModel

ItemsTotal

Declaration
public MoneyModel ItemsTotal { get; set; }
Property Value
Type Description
MoneyModel

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

OrderFormId

Declaration
public int OrderFormId { get; set; }
Property Value
Type Description
System.Int32

Payments

Declaration
public IEnumerable<PaymentModel> Payments { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PaymentModel>

Promotions

Declaration
public IEnumerable<PromotionInformationModel> Promotions { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PromotionInformationModel>

Shipments

Declaration
public IEnumerable<ShipmentModel> Shipments { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ShipmentModel>

ShippingTotal

Declaration
public MoneyModel ShippingTotal { get; set; }
Property Value
Type Description
MoneyModel

Total

Declaration
public MoneyModel Total { get; set; }
Property Value
Type Description
MoneyModel