Interface TaxConfiguration.Builder

  • Method Details

    • taxEstimation

      TaxConfiguration.Builder taxEstimation(String taxEstimation)

      Toggle to estimate tax as part of the response. Values include ENABLED and DISABLED . Default is DISABLED.

      Parameters:
      taxEstimation - Toggle to estimate tax as part of the response. Values include ENABLED and DISABLED. Default is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taxEstimation

      TaxConfiguration.Builder taxEstimation(TaxEstimation taxEstimation)

      Toggle to estimate tax as part of the response. Values include ENABLED and DISABLED . Default is DISABLED.

      Parameters:
      taxEstimation - Toggle to estimate tax as part of the response. Values include ENABLED and DISABLED. Default is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: