public class DoReferenceTransactionRequestDetailsType
extends java.lang.Object
Java class for DoReferenceTransactionRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoReferenceTransactionRequestDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PaymentAction" type="{urn:ebay:apis:eBLBaseComponents}PaymentActionCodeType"/> <element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullPaymentCodeType" minOccurs="0"/> <element name="PaymentDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsType"/> <element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}ReferenceCreditCardDetailsType" minOccurs="0"/> <element name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MerchantSessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReqConfirmShipping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SoftDescriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SenderDetails" type="{urn:ebay:apis:eBLBaseComponents}SenderDetailsType" minOccurs="0"/> <element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceCreditCardDetailsType |
creditCard |
protected java.lang.String |
ipAddress |
protected java.lang.String |
merchantSessionId |
protected java.lang.String |
msgSubID |
protected PaymentActionCodeType |
paymentAction |
protected PaymentDetailsType |
paymentDetails |
protected MerchantPullPaymentCodeType |
paymentType |
protected java.lang.String |
referenceID |
protected java.lang.String |
reqConfirmShipping |
protected SenderDetailsType |
senderDetails |
protected java.lang.String |
softDescriptor |
Constructor and Description |
---|
DoReferenceTransactionRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
ReferenceCreditCardDetailsType |
getCreditCard()
Gets the value of the creditCard property.
|
java.lang.String |
getIPAddress()
Gets the value of the ipAddress property.
|
java.lang.String |
getMerchantSessionId()
Gets the value of the merchantSessionId property.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
PaymentActionCodeType |
getPaymentAction()
Gets the value of the paymentAction property.
|
PaymentDetailsType |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
MerchantPullPaymentCodeType |
getPaymentType()
Gets the value of the paymentType property.
|
java.lang.String |
getReferenceID()
Gets the value of the referenceID property.
|
java.lang.String |
getReqConfirmShipping()
Gets the value of the reqConfirmShipping property.
|
SenderDetailsType |
getSenderDetails()
Gets the value of the senderDetails property.
|
java.lang.String |
getSoftDescriptor()
Gets the value of the softDescriptor property.
|
void |
setCreditCard(ReferenceCreditCardDetailsType value)
Sets the value of the creditCard property.
|
void |
setIPAddress(java.lang.String value)
Sets the value of the ipAddress property.
|
void |
setMerchantSessionId(java.lang.String value)
Sets the value of the merchantSessionId property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
void |
setPaymentAction(PaymentActionCodeType value)
Sets the value of the paymentAction property.
|
void |
setPaymentDetails(PaymentDetailsType value)
Sets the value of the paymentDetails property.
|
void |
setPaymentType(MerchantPullPaymentCodeType value)
Sets the value of the paymentType property.
|
void |
setReferenceID(java.lang.String value)
Sets the value of the referenceID property.
|
void |
setReqConfirmShipping(java.lang.String value)
Sets the value of the reqConfirmShipping property.
|
void |
setSenderDetails(SenderDetailsType value)
Sets the value of the senderDetails property.
|
void |
setSoftDescriptor(java.lang.String value)
Sets the value of the softDescriptor property.
|
protected java.lang.String referenceID
protected PaymentActionCodeType paymentAction
protected MerchantPullPaymentCodeType paymentType
protected PaymentDetailsType paymentDetails
protected ReferenceCreditCardDetailsType creditCard
protected java.lang.String ipAddress
protected java.lang.String merchantSessionId
protected java.lang.String reqConfirmShipping
protected java.lang.String softDescriptor
protected SenderDetailsType senderDetails
protected java.lang.String msgSubID
public DoReferenceTransactionRequestDetailsType()
public java.lang.String getReferenceID()
String
public void setReferenceID(java.lang.String value)
value
- the value
allowed object is
String
public PaymentActionCodeType getPaymentAction()
PaymentActionCodeType
public void setPaymentAction(PaymentActionCodeType value)
value
- the value
allowed object is
PaymentActionCodeType
public MerchantPullPaymentCodeType getPaymentType()
MerchantPullPaymentCodeType
public void setPaymentType(MerchantPullPaymentCodeType value)
value
- the value
allowed object is
MerchantPullPaymentCodeType
public PaymentDetailsType getPaymentDetails()
PaymentDetailsType
public void setPaymentDetails(PaymentDetailsType value)
value
- the value
allowed object is
PaymentDetailsType
public ReferenceCreditCardDetailsType getCreditCard()
ReferenceCreditCardDetailsType
public void setCreditCard(ReferenceCreditCardDetailsType value)
value
- the value
allowed object is
ReferenceCreditCardDetailsType
public java.lang.String getIPAddress()
String
public void setIPAddress(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMerchantSessionId()
String
public void setMerchantSessionId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getReqConfirmShipping()
String
public void setReqConfirmShipping(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSoftDescriptor()
String
public void setSoftDescriptor(java.lang.String value)
value
- the value
allowed object is
String
public SenderDetailsType getSenderDetails()
SenderDetailsType
public void setSenderDetails(SenderDetailsType value)
value
- the value
allowed object is
SenderDetailsType
public java.lang.String getMsgSubID()
String
public void setMsgSubID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.