public class DoReferenceTransactionRequestDetailsType extends Object
| Constructor and Description |
|---|
DoReferenceTransactionRequestDetailsType()
Default Constructor
|
DoReferenceTransactionRequestDetailsType(String referenceID,
PaymentActionCodeType paymentAction,
PaymentDetailsType paymentDetails)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceCreditCardDetailsType |
getCreditCard()
Getter for creditCard
|
String |
getIPAddress()
Getter for iPAddress
|
String |
getMerchantSessionId()
Getter for merchantSessionId
|
String |
getMsgSubID()
Getter for msgSubID
|
PaymentActionCodeType |
getPaymentAction()
Getter for paymentAction
|
PaymentDetailsType |
getPaymentDetails()
Getter for paymentDetails
|
MerchantPullPaymentCodeType |
getPaymentType()
Getter for paymentType
|
String |
getReferenceID()
Getter for referenceID
|
String |
getReqConfirmShipping()
Getter for reqConfirmShipping
|
SenderDetailsType |
getSenderDetails()
Getter for senderDetails
|
String |
getSoftDescriptor()
Getter for softDescriptor
|
String |
getSoftDescriptorCity()
Getter for softDescriptorCity
|
void |
setCreditCard(ReferenceCreditCardDetailsType creditCard)
Setter for creditCard
|
void |
setIPAddress(String iPAddress)
Setter for iPAddress
|
void |
setMerchantSessionId(String merchantSessionId)
Setter for merchantSessionId
|
void |
setMsgSubID(String msgSubID)
Setter for msgSubID
|
void |
setPaymentAction(PaymentActionCodeType paymentAction)
Setter for paymentAction
|
void |
setPaymentDetails(PaymentDetailsType paymentDetails)
Setter for paymentDetails
|
void |
setPaymentType(MerchantPullPaymentCodeType paymentType)
Setter for paymentType
|
void |
setReferenceID(String referenceID)
Setter for referenceID
|
void |
setReqConfirmShipping(String reqConfirmShipping)
Setter for reqConfirmShipping
|
void |
setSenderDetails(SenderDetailsType senderDetails)
Setter for senderDetails
|
void |
setSoftDescriptor(String softDescriptor)
Setter for softDescriptor
|
void |
setSoftDescriptorCity(String softDescriptorCity)
Setter for softDescriptorCity
|
String |
toXMLString(String prefix,
String name) |
public DoReferenceTransactionRequestDetailsType(String referenceID, PaymentActionCodeType paymentAction, PaymentDetailsType paymentDetails)
public DoReferenceTransactionRequestDetailsType()
public String getReferenceID()
public void setReferenceID(String referenceID)
public PaymentActionCodeType getPaymentAction()
public void setPaymentAction(PaymentActionCodeType paymentAction)
public MerchantPullPaymentCodeType getPaymentType()
public void setPaymentType(MerchantPullPaymentCodeType paymentType)
public PaymentDetailsType getPaymentDetails()
public void setPaymentDetails(PaymentDetailsType paymentDetails)
public ReferenceCreditCardDetailsType getCreditCard()
public void setCreditCard(ReferenceCreditCardDetailsType creditCard)
public String getIPAddress()
public void setIPAddress(String iPAddress)
public String getMerchantSessionId()
public void setMerchantSessionId(String merchantSessionId)
public String getReqConfirmShipping()
public void setReqConfirmShipping(String reqConfirmShipping)
public String getSoftDescriptor()
public void setSoftDescriptor(String softDescriptor)
public String getSoftDescriptorCity()
public void setSoftDescriptorCity(String softDescriptorCity)
public SenderDetailsType getSenderDetails()
public void setSenderDetails(SenderDetailsType senderDetails)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
Copyright © 2015. All Rights Reserved.