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.
RuleDetailsResponse Class
Namespace
RuleDetailsResponse Methods
The RuleDetailsResponse includes these methods.
setNonTaxableRuleId(nonTaxableRuleId)
Signature
global void setNonTaxableRuleId(String nonTaxableRuleId)
Parameters
-
nonTaxableRuleId:
Type: String
ID of the tax rule applied to non-taxable line items.
Return Value
Type: void
setNonTaxableType(nonTaxableType)
Signature
global void setNonTaxableType(String nonTaxableType)
Parameters
-
nonTaxableType:
Type: String
Reason (from several possible types) that a line item is non-taxable.
Return Value
Type: void
setRateRuleId(rateRuleId)
Signature
global void setRateRuleId(String rateRuleId)
Parameters
-
rateRuleId:
Type: String
ID of the tax rule used to determine a tax rate.
Return Value
Type: void
setRateSourceId(rateSourceId)
Signature
global void setRateSourceId(String rateSourceId)
Parameters
-
rateSourceId:
Type: String
ID of the source object used for calculating tax rate.
Return Value
Type: void