Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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