public class DoDirectPaymentRequestDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected CreditCardDetailsType |
creditCard |
protected java.lang.String |
ipAddress |
protected java.lang.String |
merchantSessionId |
protected PaymentActionCodeType |
paymentAction |
protected PaymentDetailsType |
paymentDetails |
protected java.lang.Boolean |
returnFMFDetails |
| Constructor and Description |
|---|
DoDirectPaymentRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
CreditCardDetailsType |
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.
|
PaymentActionCodeType |
getPaymentAction()
Gets the value of the paymentAction property.
|
PaymentDetailsType |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
java.lang.Boolean |
isReturnFMFDetails()
Gets the value of the returnFMFDetails property.
|
void |
setCreditCard(CreditCardDetailsType 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 |
setPaymentAction(PaymentActionCodeType value)
Sets the value of the paymentAction property.
|
void |
setPaymentDetails(PaymentDetailsType value)
Sets the value of the paymentDetails property.
|
void |
setReturnFMFDetails(java.lang.Boolean value)
Sets the value of the returnFMFDetails property.
|
protected PaymentActionCodeType paymentAction
protected PaymentDetailsType paymentDetails
protected CreditCardDetailsType creditCard
protected java.lang.String ipAddress
protected java.lang.String merchantSessionId
protected java.lang.Boolean returnFMFDetails
public PaymentActionCodeType getPaymentAction()
PaymentActionCodeTypepublic void setPaymentAction(PaymentActionCodeType value)
value - the value
allowed object is
PaymentActionCodeTypepublic PaymentDetailsType getPaymentDetails()
PaymentDetailsTypepublic void setPaymentDetails(PaymentDetailsType value)
value - the value
allowed object is
PaymentDetailsTypepublic CreditCardDetailsType getCreditCard()
CreditCardDetailsTypepublic void setCreditCard(CreditCardDetailsType value)
value - the value
allowed object is
CreditCardDetailsTypepublic 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.Boolean isReturnFMFDetails()
Booleanpublic void setReturnFMFDetails(java.lang.Boolean value)
value - the value
allowed object is
BooleanstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.