Newer Version Available
RuleDetailsResponse Class
Namespace
RuleDetailsResponse Methods
Learn more about the available methods with the RuleDetailsResponse class.
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