Class OrderEventDataOrder
Represents a order evvent order model in ODP
Inheritance
System.Object
OrderEventDataOrder
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class OrderEventDataOrder : Object
Constructors
OrderEventDataOrder()
Declaration
public OrderEventDataOrder()
Properties
BillingAddress
The billing address comma delimmented
Declaration
public string BillingAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CouponCode
The coupon code
Declaration
public string CouponCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Discount
The discount
Declaration
public Decimal Discount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
The email
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
The first name
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Line items
Declaration
public IEnumerable<OrderEventDataOrderLineItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<OrderEventDataOrderLineItem> |
LastName
The lsat name
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderId
The order id
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Phone
The phone number
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shipping
The shipping costs
Declaration
public Decimal Shipping { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ShippingAddress
The shipping address comma delimmented
Declaration
public string ShippingAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubTotal
The subtotal
Declaration
public Decimal SubTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Tax
The tax
Declaration
public Decimal Tax { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Total
The total costs
Declaration
public Decimal Total { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |