Class AccountingListCompanyTaxRatesResponse

  • All Implemented Interfaces:
    AsyncResponse

    public class AccountingListCompanyTaxRatesResponse
    extends java.lang.Object
    implements AsyncResponse
    • Constructor Detail

      • AccountingListCompanyTaxRatesResponse

        public AccountingListCompanyTaxRatesResponse​(java.lang.String contentType,
                                                     int statusCode,
                                                     java.net.http.HttpResponse<Blob> rawResponse,
                                                     java.util.Optional<? extends AccountingTaxRatesPaginated> accountingTaxRatesPaginated,
                                                     java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)
      • AccountingListCompanyTaxRatesResponse

        public AccountingListCompanyTaxRatesResponse​(java.lang.String contentType,
                                                     int statusCode,
                                                     java.net.http.HttpResponse<Blob> rawResponse,
                                                     java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)