Interface TaxBreakdownItem.Builder

  • Method Details

    • amount

      The estimated tax amount.

      Parameters:
      amount - The estimated tax amount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rate

      The tax rate, in decimals.

      Parameters:
      rate - The tax rate, in decimals.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of tax (for example, VAT, ST, or GST).

      Parameters:
      type - The type of tax (for example, VAT, ST, or GST).
      Returns:
      Returns a reference to this object so that method calls can be chained together.