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.
HeaderTaxAddressesRequest Class
Namespace
HeaderTaxAddressesRequest Constructors
The HeaderTaxAddressesRequest class includes these constructors.
HeaderTaxAddressesRequest(shipFrom, shipTo, soldTo, billTo, taxEngineAddress)
Signature
global HeaderTaxAddressesRequest(commercetax.TaxAddressRequest shipFrom, commercetax.TaxAddressRequest shipTo, commercetax.TaxAddressRequest soldTo, commercetax.TaxAddressRequest billTo, commercetax.TaxAddressRequest taxEngineAddress)
Parameters
-
shipFrom:
Type: TaxAddressRequest
Address where a line item was shipped from.
-
shipTo:
Type: TaxAddressRequest
Address where a line item was shipped to.
-
soldTo:
Type: TaxAddressRequest
Address of the line item's buyer.
-
billTo:
Type: TaxAddressRequest
Person or group who was billed
for the line item.
-
taxEngineAddress:
Type: TaxAddressRequest
Address that the tax engine uses to calculate tax.
HeaderTaxAddressesRequest Properties
The HeaderTaxAddressesRequest class includes these properties.
billTo
Signature
global commercetax.TaxAddressRequest billTo {get; set;}
Property Value
Type: TaxAddressRequest
shipFrom
Signature
global commercetax.TaxAddressRequest shipFrom {get; set;}
Property Value
Type: TaxAddressRequest
shipTo
Signature
global commercetax.TaxAddressRequest shipTo {get; set;}
Property Value
Type: TaxAddressRequest
soldTo
Signature
global commercetax.TaxAddressRequest soldTo {get; set;}
Property Value
Type: TaxAddressRequest
taxEngineAddress
Signature
global commercetax.TaxAddressRequest taxEngineAddress {get; set;}
Property Value
Type: TaxAddressRequest
HeaderTaxAddressesRequest Methods
The HeaderTaxAddressesRequest class includes these methods.
equals(obj)
Signature
global Boolean equals(Object obj)
Parameters
-
obj:
Type:
Object External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Signature
global Integer hashCode()
Return Value
Type: Integer