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
- Exception
HeartlandGiftReversalResponse giftReversal(HeartlandGiftReversalRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandGiftSaleResponse giftSale(HeartlandGiftSaleRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandGiftBalanceResponse giftBalance(HeartlandGiftBalanceRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandGiftAddValueResponse giftAddValue(HeartlandGiftAddValueRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandGiftActivateResponse giftActivate(HeartlandGiftActivateRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditSaleResponse creditSale(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditSaleResponse creditSaleManual(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditAuthorizeResponse creditAuthorize(HeartlandCreditAuthorizeRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditReturnResponse creditReturn(HeartlandCreditReturnRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditTransactionEditResponse creditTransactionEdit(HeartlandCreditTransactionEditRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditReversalResponse creditReversal(HeartlandCreditReversalRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandCreditAddToBatchResponse creditAddToBatch(HeartlandCreditAddToBatchRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandBatchCloseResponse batchClose(HeartlandBatchCloseRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
HeartlandBatchSummaryResponse currentBatchSummary(HeartlandBatchSummaryRequest request, String endpointURL) throws Exception
request
- endpointURL
- Exception
Copyright © 2021. All rights reserved.