public class MerchantInitiatedTransactionObject extends Object
| Constructor and Description |
|---|
MerchantInitiatedTransactionObject() |
| Modifier and Type | Method and Description |
|---|---|
MerchantInitiatedTransactionObject |
agreementId(String agreementId) |
boolean |
equals(Object o) |
String |
getAgreementId()
This field contains the predetermined agrement id with the merchant
|
String |
getOriginalAuthorizedAmount()
Amount of the original authorization.
|
String |
getPreviousTransactionId()
Network transaction identifier that was returned in the payment response field _processorInformation.transactionID_ in the reply message for either the original merchant-initiated payment in the series or the previous merchant-initiated payment in the series.
|
String |
getReason()
Reason for the merchant-initiated transaction or incremental authorization.
|
int |
hashCode() |
MerchantInitiatedTransactionObject |
originalAuthorizedAmount(String originalAuthorizedAmount) |
MerchantInitiatedTransactionObject |
previousTransactionId(String previousTransactionId) |
MerchantInitiatedTransactionObject |
reason(String reason) |
void |
setAgreementId(String agreementId) |
void |
setOriginalAuthorizedAmount(String originalAuthorizedAmount) |
void |
setPreviousTransactionId(String previousTransactionId) |
void |
setReason(String reason) |
String |
toString() |
public MerchantInitiatedTransactionObject reason(String reason)
public String getReason()
public void setReason(String reason)
public MerchantInitiatedTransactionObject previousTransactionId(String previousTransactionId)
public String getPreviousTransactionId()
public void setPreviousTransactionId(String previousTransactionId)
public MerchantInitiatedTransactionObject originalAuthorizedAmount(String originalAuthorizedAmount)
public String getOriginalAuthorizedAmount()
public void setOriginalAuthorizedAmount(String originalAuthorizedAmount)
public MerchantInitiatedTransactionObject agreementId(String agreementId)
public String getAgreementId()
public void setAgreementId(String agreementId)
Copyright © 2025. All rights reserved.