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.

OrderBeneficiary Class

Represents the beneficiary of an order.

Namespace

RichMessaging

OrderBeneficiary Properties

The following are properties for OrderBeneficiary.

legalName

The legal name of the beneficiary.

Signature

public String legalName {get; set;}

Property Value

Type: String

legalNameValue

The legal name variable of the beneficiary.

Signature

public String legalNameValue {get; set;}

Property Value

Type: String

taxIdentifierType

The type of tax identifier of the beneficiary.

Signature

public String taxIdentifierType {get; set;}

Property Value

Type: String

taxIdentifierTypeValue

The tax identifier type variable of the beneficiary.

Signature

public String taxIdentifierTypeValue {get; set;}

Property Value

Type: String

taxIdentifierValue

The tax identifier value of the beneficiary.

Signature

public String taxIdentifierValue {get; set;}

Property Value

Type: String

taxIdentifierValueValue

The tax identifier value variable of the beneficiary.

Signature

public String taxIdentifierValueValue {get; set;}

Property Value

Type: String