public class HeartlandTransactionImpl extends Object implements HeartlandTransaction
Constructor and Description |
---|
HeartlandTransactionImpl() |
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
|
HeartlandCreditSaleResponse |
oldCreditSale(HeartlandCreditSaleRequest request,
String endpointURL) |
public HeartlandGiftDeactivateResponse giftDeactivate(HeartlandGiftDeactivateRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftDeactivate
in interface HeartlandTransaction
Exception
public HeartlandGiftReversalResponse giftReversal(HeartlandGiftReversalRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftReversal
in interface HeartlandTransaction
Exception
public HeartlandGiftSaleResponse giftSale(HeartlandGiftSaleRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftSale
in interface HeartlandTransaction
Exception
public HeartlandGiftBalanceResponse giftBalance(HeartlandGiftBalanceRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftBalance
in interface HeartlandTransaction
Exception
public HeartlandGiftAddValueResponse giftAddValue(HeartlandGiftAddValueRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftAddValue
in interface HeartlandTransaction
Exception
public HeartlandGiftActivateResponse giftActivate(HeartlandGiftActivateRequest request, String endpointURL) throws Exception
HeartlandTransaction
giftActivate
in interface HeartlandTransaction
Exception
public HeartlandCreditSaleResponse creditSale(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditSale
in interface HeartlandTransaction
Exception
public HeartlandCreditSaleResponse oldCreditSale(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
Exception
public HeartlandCreditSaleResponse creditSaleManual(HeartlandCreditSaleRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditSaleManual
in interface HeartlandTransaction
Exception
public HeartlandCreditAuthorizeResponse creditAuthorize(HeartlandCreditAuthorizeRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditAuthorize
in interface HeartlandTransaction
Exception
public HeartlandCreditReturnResponse creditReturn(HeartlandCreditReturnRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditReturn
in interface HeartlandTransaction
Exception
public HeartlandCreditTransactionEditResponse creditTransactionEdit(HeartlandCreditTransactionEditRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditTransactionEdit
in interface HeartlandTransaction
Exception
public HeartlandCreditReversalResponse creditReversal(HeartlandCreditReversalRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditReversal
in interface HeartlandTransaction
Exception
public HeartlandCreditAddToBatchResponse creditAddToBatch(HeartlandCreditAddToBatchRequest request, String endpointURL) throws Exception
HeartlandTransaction
creditAddToBatch
in interface HeartlandTransaction
Exception
public HeartlandBatchCloseResponse batchClose(HeartlandBatchCloseRequest request, String endpointURL) throws Exception
HeartlandTransaction
batchClose
in interface HeartlandTransaction
Exception
public HeartlandBatchSummaryResponse currentBatchSummary(HeartlandBatchSummaryRequest request, String endpointURL) throws Exception
HeartlandTransaction
currentBatchSummary
in interface HeartlandTransaction
Exception
Copyright © 2021. All rights reserved.