| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoReferenceTransactionRequestDetailsType |
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditCard | |||||||||||
| ipAddress | |||||||||||
| merchantSessionId | |||||||||||
| paymentAction | |||||||||||
| paymentDetails | |||||||||||
| paymentType | |||||||||||
| referenceID | |||||||||||
| reqConfirmShipping | |||||||||||
| softDescriptor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditCard property.
| |||||||||||
Gets the value of the ipAddress property.
| |||||||||||
Gets the value of the merchantSessionId property.
| |||||||||||
Gets the value of the paymentAction property.
| |||||||||||
Gets the value of the paymentDetails property.
| |||||||||||
Gets the value of the paymentType property.
| |||||||||||
Gets the value of the referenceID property.
| |||||||||||
Gets the value of the reqConfirmShipping property.
| |||||||||||
Gets the value of the softDescriptor property.
| |||||||||||
Sets the value of the creditCard property.
| |||||||||||
Sets the value of the ipAddress property.
| |||||||||||
Sets the value of the merchantSessionId property.
| |||||||||||
Sets the value of the paymentAction property.
| |||||||||||
Sets the value of the paymentDetails property.
| |||||||||||
Sets the value of the paymentType property.
| |||||||||||
Sets the value of the referenceID property.
| |||||||||||
Sets the value of the reqConfirmShipping property.
| |||||||||||
Sets the value of the softDescriptor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditCard property.
ReferenceCreditCardDetailsType
Gets the value of the ipAddress property.
Gets the value of the merchantSessionId property.
Gets the value of the paymentAction property.
PaymentActionCodeType
Gets the value of the paymentDetails property.
PaymentDetailsType
Gets the value of the paymentType property.
MerchantPullPaymentCodeType
Gets the value of the referenceID property.
Gets the value of the reqConfirmShipping property.
Gets the value of the softDescriptor property.
Sets the value of the creditCard property.
| value | Allowed object is
ReferenceCreditCardDetailsType
|
|---|
Sets the value of the ipAddress property.
| value | Allowed object is String |
|---|
Sets the value of the merchantSessionId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentAction property.
| value | Allowed object is
PaymentActionCodeType
|
|---|
Sets the value of the paymentDetails property.
| value | Allowed object is
PaymentDetailsType
|
|---|
Sets the value of the paymentType property.
| value | Allowed object is
MerchantPullPaymentCodeType
|
|---|
Sets the value of the referenceID property.
| value | Allowed object is String |
|---|
Sets the value of the reqConfirmShipping property.
| value | Allowed object is String |
|---|
Sets the value of the softDescriptor property.
| value | Allowed object is String |
|---|