Class OrderFormModel
Inheritance
System.Object
OrderFormModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
public class OrderFormModel : Object
Constructors
Declaration
Properties
Declaration
public MoneyModel AuthorizedPaymentTotal { get; set; }
Property Value
Declaration
public MoneyModel CapturedPaymentTotal { get; set; }
Property Value
Declaration
public IEnumerable<CouponModel> Coupons { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<CouponModel> |
|
Declaration
public MoneyModel HandlingTotal { get; set; }
Property Value
Declaration
public MoneyModel ItemsTotal { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int OrderFormId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IEnumerable<PaymentModel> Payments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PaymentModel> |
|
Declaration
public IEnumerable<PromotionInformationModel> Promotions { get; set; }
Property Value
Declaration
public IEnumerable<ShipmentModel> Shipments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ShipmentModel> |
|
Declaration
public MoneyModel ShippingTotal { get; set; }
Property Value
Declaration
public MoneyModel Total { get; set; }
Property Value