Summer '26 (API version 67.0)
blng
The following are methods for TaxResults.
global static void getId()
Type: void
global static void getRate()
global static void getSummary()
global static void getTax()
global static void isSuccess()
global static void setRate(Decimal rate)
global static void setTax(Decimal tax)
global static void setIsSuccess(Boolean isSuccess)
global static void setId(String id)
1In case of GET Tax Call: Assign Invoiceline/Orderproduct Id 2In case of Post/Cancel Tax Call: Assign Invoice Id
global static void setSummary(String summary)