| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoDirectPaymentRequestDetailsType |
Java class for DoDirectPaymentRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoDirectPaymentRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentAction" type="{urn:ebay:apis:eBLBaseComponents}PaymentActionCodeType"/>
<element name="PaymentDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsType"/>
<element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType"/>
<element name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MerchantSessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnFMFDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditCard | |||||||||||
| ipAddress | |||||||||||
| merchantSessionId | |||||||||||
| paymentAction | |||||||||||
| paymentDetails | |||||||||||
| returnFMFDetails | |||||||||||
| 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 returnFMFDetails 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 returnFMFDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditCard property.
CreditCardDetailsType
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 returnFMFDetails property.
Sets the value of the creditCard property.
| value | Allowed object is
CreditCardDetailsType
|
|---|
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 returnFMFDetails property.
| value | Allowed object is Boolean |
|---|