Class MetaClassNames
Gets the name of the default meta class.
Inheritance
System.Object
MetaClassNames
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class MetaClassNames : Object
Constructors
MetaClassNames()
Declaration
public MetaClassNames()
Properties
LineItemClass
Gets the line item class.
Declaration
public string LineItemClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line item class. |
OrderAddressClass
Gets the order address class.
Declaration
public string OrderAddressClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The order address class. |
OrderFormClass
Gets the order form class.
Declaration
public string OrderFormClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The order form class. |
PaymentPlanClass
Gets the payment plan class.
Declaration
public string PaymentPlanClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The payment plan class. |
PurchaseOrderClass
Gets the purchase order class.
Declaration
public string PurchaseOrderClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The purchase order class. |
ShipmentClass
Gets the shipment class.
Declaration
public string ShipmentClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The shipment class. |
ShoppingCartClass
Gets the shopping cart class.
Declaration
public string ShoppingCartClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The shopping cart class. |