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()
PaymentActionCodeType
public void setPaymentAction(PaymentActionCodeType value)
value
- the value
allowed object is
PaymentActionCodeType
public PaymentDetailsType getPaymentDetails()
PaymentDetailsType
public void setPaymentDetails(PaymentDetailsType value)
value
- the value
allowed object is
PaymentDetailsType
public CreditCardDetailsType getCreditCard()
CreditCardDetailsType
public void setCreditCard(CreditCardDetailsType value)
value
- the value
allowed object is
CreditCardDetailsType
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.Boolean isReturnFMFDetails()
Boolean
public void setReturnFMFDetails(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.