Scope
How to see tax-exclusive price in Salesforce ?
How to see tax-exclusive price for Next_billing_amount on the SF subscription ?
Solution
Currently, Chargebee integration does not feature a field that directly displays the next billing amount exclusive of taxes. However, we have an existing field called 'sub total' in the CB_invoice object, which has the amount without taxes.
To determine the next billing amount without taxes, you can utilize this 'sub total' field and calculate it manually for the subscription level as of now.