public class DoReferenceTransactionResponseDetailsType extends Object
| Constructor and Description |
|---|
DoReferenceTransactionResponseDetailsType()
Default Constructor
|
DoReferenceTransactionResponseDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Getter for amount
|
String |
getAVSCode()
Getter for aVSCode
|
String |
getBillingAgreementID()
Getter for billingAgreementID
|
String |
getCVV2Code()
Getter for cVV2Code
|
String |
getMsgSubID()
Getter for msgSubID
|
String |
getPaymentAdviceCode()
Getter for paymentAdviceCode
|
PaymentInfoType |
getPaymentInfo()
Getter for paymentInfo
|
String |
getTransactionID()
Getter for transactionID
|
void |
setAmount(BasicAmountType amount)
Setter for amount
|
void |
setAVSCode(String aVSCode)
Setter for aVSCode
|
void |
setBillingAgreementID(String billingAgreementID)
Setter for billingAgreementID
|
void |
setCVV2Code(String cVV2Code)
Setter for cVV2Code
|
void |
setMsgSubID(String msgSubID)
Setter for msgSubID
|
void |
setPaymentAdviceCode(String paymentAdviceCode)
Setter for paymentAdviceCode
|
void |
setPaymentInfo(PaymentInfoType paymentInfo)
Setter for paymentInfo
|
void |
setTransactionID(String transactionID)
Setter for transactionID
|
public DoReferenceTransactionResponseDetailsType()
public DoReferenceTransactionResponseDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getBillingAgreementID()
public void setBillingAgreementID(String billingAgreementID)
public PaymentInfoType getPaymentInfo()
public void setPaymentInfo(PaymentInfoType paymentInfo)
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
public String getAVSCode()
public void setAVSCode(String aVSCode)
public String getCVV2Code()
public void setCVV2Code(String cVV2Code)
public String getTransactionID()
public void setTransactionID(String transactionID)
public String getPaymentAdviceCode()
public void setPaymentAdviceCode(String paymentAdviceCode)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
Copyright © 2015. All Rights Reserved.