OrderBeneficiary Class
Represents the beneficiary of an order.
Namespace
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