Class MappedTypes
Represents the mapped order types.
Inheritance
System.Object
MappedTypes
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class MappedTypes : Object
Constructors
MappedTypes()
Declaration
public MappedTypes()
Properties
LineItemType
Gets the type of the line item.
Declaration
public string LineItemType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the line item. |
OrderFormType
Gets the type of the order form.
Declaration
public string OrderFormType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the order form. |
OrderGroupAddressType
Gets the type of the order group address.
Declaration
public string OrderGroupAddressType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the order group address. |
OrderSearchType
Gets the type of the order search.
Declaration
public string OrderSearchType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the order search. |
PaymentPlanType
Gets the type of the payment plan.
Declaration
public string PaymentPlanType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the payment plan. |
PurchaseOrderType
Gets the type of the purchase order.
Declaration
public string PurchaseOrderType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the purchase order. |
ShipmentType
Gets the type of the shipment.
Declaration
public string ShipmentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the shipment. |
ShoppingCartType
Gets the type of the shopping cart.
Declaration
public string ShoppingCartType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the shopping cart. |