OrderItemCommerceAttributes Class

Represents the commerce attributes of an order item.

Namespace

RichMessaging

OrderItemCommerceAttributes Properties

The following are properties for OrderItemCommerceAttributes.

retailerId

The retailer ID of the order item.

Signature

public String retailerId {get; set;}

Property Value

Type: String

retailerIdValue

The retailer ID variable for the order item.

Signature

public String retailerIdValue {get; set;}

Property Value

Type: String

category

The category of the order item.

Signature

public String category {get; set;}

Property Value

Type: String

categoryValue

The category variable for the order item.

Signature

public RichMessaging.OrderItemCategory categoryValue {get; set;}

Property Value

Type: RichMessaging.OrderItemCategory

importer

The importer information of the order item.

Signature

public RichMessaging.OrderItemImporter importer {get; set;}

Property Value

Type: RichMessaging.OrderItemImporter

importerValue

The importer variable for the order item.

Signature

public RichMessaging.OrderItemImporter importerValue {get; set;}

Property Value

Type: RichMessaging.OrderItemImporter