OrderItemImporter Class

Represents the importer information for an order item.

Namespace

RichMessaging

OrderItemImporter Properties

The following are properties for OrderItemImporter.

countryOfOrigin

The country of origin for the imported order item.

Signature

public String countryOfOrigin {get; set;}

Property Value

Type: String

countryOfOriginValue

The country of origin variable for the imported order item.

Signature

public String countryOfOriginValue {get; set;}

Property Value

Type: String

name

The name of the importer.

Signature

public String name {get; set;}

Property Value

Type: String

nameValue

The name variable of the importer.

Signature

public String nameValue {get; set;}

Property Value

Type: String

address

The address of the importer.

Signature

public RichMessaging.Address address {get; set;}

Property Value

Type: RichMessaging.Address

addressValue

The address variable of the importer.

Signature

public RichMessaging.Address addressValue {get; set;}

Property Value

Type: RichMessaging.Address