public class RefundTransactionResponseType extends AbstractResponseType
| Constructor and Description |
|---|
RefundTransactionResponseType()
Default Constructor
|
RefundTransactionResponseType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getFeeRefundAmount()
Getter for feeRefundAmount
|
BasicAmountType |
getGrossRefundAmount()
Getter for grossRefundAmount
|
String |
getMsgSubID()
Getter for msgSubID
|
BasicAmountType |
getNetRefundAmount()
Getter for netRefundAmount
|
String |
getReceiptData()
Getter for receiptData
|
RefundInfoType |
getRefundInfo()
Getter for refundInfo
|
String |
getRefundTransactionID()
Getter for refundTransactionID
|
BasicAmountType |
getTotalRefundedAmount()
Getter for totalRefundedAmount
|
void |
setFeeRefundAmount(BasicAmountType feeRefundAmount)
Setter for feeRefundAmount
|
void |
setGrossRefundAmount(BasicAmountType grossRefundAmount)
Setter for grossRefundAmount
|
void |
setMsgSubID(String msgSubID)
Setter for msgSubID
|
void |
setNetRefundAmount(BasicAmountType netRefundAmount)
Setter for netRefundAmount
|
void |
setReceiptData(String receiptData)
Setter for receiptData
|
void |
setRefundInfo(RefundInfoType refundInfo)
Setter for refundInfo
|
void |
setRefundTransactionID(String refundTransactionID)
Setter for refundTransactionID
|
void |
setTotalRefundedAmount(BasicAmountType totalRefundedAmount)
Setter for totalRefundedAmount
|
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersionpublic RefundTransactionResponseType()
public RefundTransactionResponseType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getRefundTransactionID()
public void setRefundTransactionID(String refundTransactionID)
public BasicAmountType getNetRefundAmount()
public void setNetRefundAmount(BasicAmountType netRefundAmount)
public BasicAmountType getFeeRefundAmount()
public void setFeeRefundAmount(BasicAmountType feeRefundAmount)
public BasicAmountType getGrossRefundAmount()
public void setGrossRefundAmount(BasicAmountType grossRefundAmount)
public BasicAmountType getTotalRefundedAmount()
public void setTotalRefundedAmount(BasicAmountType totalRefundedAmount)
public RefundInfoType getRefundInfo()
public void setRefundInfo(RefundInfoType refundInfo)
public String getReceiptData()
public void setReceiptData(String receiptData)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
Copyright © 2017. All Rights Reserved.