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()
Stringpublic void setReferenceID(java.lang.String value)
value - the value
allowed object is
Stringpublic PaymentActionCodeType getPaymentAction()
PaymentActionCodeTypepublic void setPaymentAction(PaymentActionCodeType value)
value - the value
allowed object is
PaymentActionCodeTypepublic MerchantPullPaymentCodeType getPaymentType()
MerchantPullPaymentCodeTypepublic void setPaymentType(MerchantPullPaymentCodeType value)
value - the value
allowed object is
MerchantPullPaymentCodeTypepublic PaymentDetailsType getPaymentDetails()
PaymentDetailsTypepublic void setPaymentDetails(PaymentDetailsType value)
value - the value
allowed object is
PaymentDetailsTypepublic ReferenceCreditCardDetailsType getCreditCard()
ReferenceCreditCardDetailsTypepublic void setCreditCard(ReferenceCreditCardDetailsType value)
value - the value
allowed object is
ReferenceCreditCardDetailsTypepublic java.lang.String getIPAddress()
Stringpublic void setIPAddress(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMerchantSessionId()
Stringpublic void setMerchantSessionId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReqConfirmShipping()
Stringpublic void setReqConfirmShipping(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSoftDescriptor()
Stringpublic void setSoftDescriptor(java.lang.String value)
value - the value
allowed object is
Stringpublic SenderDetailsType getSenderDetails()
SenderDetailsTypepublic void setSenderDetails(SenderDetailsType value)
value - the value
allowed object is
SenderDetailsTypepublic java.lang.String getMsgSubID()
Stringpublic void setMsgSubID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.