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.
TaxCustomerDetailsRequest Class
Namespace
TaxCustomerDetailsRequest Constructors
The TaxCustomerDetailsRequest class includes these constructors.
TaxCustomerDetailsRequest(accountId, code, exemptionNo, exemptionReason)
Signature
global TaxCustomerDetailsRequest(String accountId, String code, String exemptionNo, String exemptionReason)
Parameters
-
accountId:
Type: String
The customer account ID for the line items sent for tax calculation.
-
code:
Type: String
The tax code used during tax calculation.
-
exemptionNo:
Type: String
The exemption number applied to any tax exempt line items.
-
exemptionReason:
Type: String
The reason that certain line items are tax exempt.
-
taxCertificateId:
Type: String
ID of the tax certificate used in tax calculation.
TaxCustomerDetailsRequest Properties
The TaxCustomerDetailsRequest class includes these properties.
TaxCustomerDetailsRequest Methods
The TaxCustomerDetailsRequest 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