public interface HeartlandTransaction
| Modifier and Type | Method and Description |
|---|---|
HeartlandBatchCloseResponse |
batchClose(HeartlandBatchCloseRequest request,
String endpointURL)
Make BatchClose transaction and return response object of HeartlandBatchCloseResponse
|
HeartlandCreditAddToBatchResponse |
creditAddToBatch(HeartlandCreditAddToBatchRequest request,
String endpointURL)
Make creditAddToBatch transaction and return response object of HeartlandCreditAddToBatchResponse
|
HeartlandCreditAuthorizeResponse |
creditAuthorize(HeartlandCreditAuthorizeRequest request,
String endpointURL)
Make creditAuthorize transaction and return response object of HeartlandCreditAuthorizeResponse
|
HeartlandCreditReturnResponse |
creditReturn(HeartlandCreditReturnRequest request,
String endpointURL)
Make creditReturn transaction and return response object of HeartlandCreditReturnResponse
|
HeartlandCreditReversalResponse |
creditReversal(HeartlandCreditReversalRequest request,
String endpointURL)
Make creditReversal transaction and return response object of HeartlandCreditReversalResponse
|
HeartlandCreditSaleResponse |
creditSale(HeartlandCreditSaleRequest request,
String endpointURL)
Make creditSale transaction by swipe card and return response object of HeartlandCreditSaleResponse
|
HeartlandCreditSaleResponse |
creditSaleManual(HeartlandCreditSaleRequest request,
String endpointURL)
Make creditSale transaction by manual entry and return response object of HeartlandCreditSaleResponse
|
HeartlandCreditTransactionEditResponse |
creditTransactionEdit(HeartlandCreditTransactionEditRequest request,
String endpointURL)
Make creditTransactionEdit transaction and return response object of HeartlandCreditTransactionEditResponse
|
HeartlandBatchSummaryResponse |
currentBatchSummary(HeartlandBatchSummaryRequest request,
String endpointURL)
Make ReportBatchSummary-current transaction and return response object of HeartlandBatchSummaryResponse
|
HeartlandGiftActivateResponse |
giftActivate(HeartlandGiftActivateRequest request,
String endpointURL)
Make giftActivate transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftActivateResponse
|
HeartlandGiftAddValueResponse |
giftAddValue(HeartlandGiftAddValueRequest request,
String endpointURL)
Make giftAddValue transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftAddValueResponse
|
HeartlandGiftBalanceResponse |
giftBalance(HeartlandGiftBalanceRequest request,
String endpointURL)
Make giftBalance transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftBalanceResponse
|
HeartlandGiftDeactivateResponse |
giftDeactivate(HeartlandGiftDeactivateRequest request,
String endpointURL)
Make giftDeactivate transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftDeactivateResponse
|
HeartlandGiftReversalResponse |
giftReversal(HeartlandGiftReversalRequest request,
String endpointURL)
Make giftReversal transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftReversalResponse
|
HeartlandGiftSaleResponse |
giftSale(HeartlandGiftSaleRequest request,
String endpointURL)
Make giftSale transaction by swipe giftCard or enter giftCard number, and return response object of HeartlandGiftSaleResponse
|
HeartlandGiftDeactivateResponse giftDeactivate(HeartlandGiftDeactivateRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandGiftReversalResponse giftReversal(HeartlandGiftReversalRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandGiftSaleResponse giftSale(HeartlandGiftSaleRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandGiftBalanceResponse giftBalance(HeartlandGiftBalanceRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandGiftAddValueResponse giftAddValue(HeartlandGiftAddValueRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandGiftActivateResponse giftActivate(HeartlandGiftActivateRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditSaleResponse creditSale(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditSaleResponse creditSaleManual(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditAuthorizeResponse creditAuthorize(HeartlandCreditAuthorizeRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditReturnResponse creditReturn(HeartlandCreditReturnRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditTransactionEditResponse creditTransactionEdit(HeartlandCreditTransactionEditRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditReversalResponse creditReversal(HeartlandCreditReversalRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandCreditAddToBatchResponse creditAddToBatch(HeartlandCreditAddToBatchRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandBatchCloseResponse batchClose(HeartlandBatchCloseRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionHeartlandBatchSummaryResponse currentBatchSummary(HeartlandBatchSummaryRequest request, String endpointURL) throws Exception
request - endpointURL - ExceptionCopyright © 2021. All rights reserved.