public static void getPayantInvoiceHistory(PayantHistory payantHistory, final OnGetInvoiceHistoryListener onGetInvoiceHistoryListener) {
        Call<PayantInvoiceHistoryInfo> payantInvoiceHistoryInfoCall = payantApiService.getInvoiceHistory(Headers.contentType(), Headers.authorization(), payantHistory);
        payantInvoiceHistoryInfoCall.enqueue(new Callback<PayantInvoiceHistoryInfo>() {
            @Override
            public void onResponse(Call<PayantInvoiceHistoryInfo> call, Response<PayantInvoiceHistoryInfo> response) {