Interface BatchGetTaxExemptionsResponse.Builder

    • Method Detail

      • failedAccounts

        BatchGetTaxExemptionsResponse.Builder failedAccounts​(Collection<String> failedAccounts)

        The list of accounts that failed to get tax exemptions.

        Parameters:
        failedAccounts - The list of accounts that failed to get tax exemptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedAccounts

        BatchGetTaxExemptionsResponse.Builder failedAccounts​(String... failedAccounts)

        The list of accounts that failed to get tax exemptions.

        Parameters:
        failedAccounts - The list of accounts that failed to get tax exemptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taxExemptionDetailsMap

        BatchGetTaxExemptionsResponse.Builder taxExemptionDetailsMap​(Map<String,​TaxExemptionDetails> taxExemptionDetailsMap)

        The tax exemption details map of accountId and tax exemption details.

        Parameters:
        taxExemptionDetailsMap - The tax exemption details map of accountId and tax exemption details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.