London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MappedTypes

Represents the mapped order types. (Inherits System.Configuration.ConfigurationElement.)

Inheritance
System.Object
MappedTypes
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class MappedTypes : ConfigurationElement

Constructors

MappedTypes()

Initializes a new instance of the MappedTypes class.

Declaration
public MappedTypes()

Properties

LineItemType

Gets the type of the line item.

Declaration
public LineItemType LineItemType { get; }
Property Value
Type Description
LineItemType

The type of the line item.

OrderFormType

Gets the type of the order form.

Declaration
public OrderFormType OrderFormType { get; }
Property Value
Type Description
OrderFormType

The type of the order form.

OrderGroupAddressType

Gets the type of the order group address.

Declaration
public OrderGroupAddressType OrderGroupAddressType { get; }
Property Value
Type Description
OrderGroupAddressType

The type of the order group address.

OrderSearchType

Gets the type of the order search.

Declaration
public OrderSearchType OrderSearchType { get; }
Property Value
Type Description
OrderSearchType

The type of the order search.

PaymentPlanType

Gets the type of the payment plan.

Declaration
public PaymentPlanType PaymentPlanType { get; }
Property Value
Type Description
PaymentPlanType

The type of the payment plan.

PurchaseOrderType

Gets the type of the purchase order.

Declaration
public PurchaseOrderType PurchaseOrderType { get; }
Property Value
Type Description
PurchaseOrderType

The type of the purchase order.

ShipmentType

Gets the type of the shipment.

Declaration
public ShipmentType ShipmentType { get; }
Property Value
Type Description
ShipmentType

The type of the shipment.

ShoppingCartType

Gets the type of the shopping cart.

Declaration
public ShoppingCartType ShoppingCartType { get; }
Property Value
Type Description
ShoppingCartType

The type of the shopping cart.