public class BillUserRequestType extends AbstractRequestType
Java class for BillUserRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillUserRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}MerchantPullPaymentDetails"/>
<element name="ReturnFMFDetails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MerchantPullPaymentType |
merchantPullPaymentDetails |
protected java.lang.Integer |
returnFMFDetails |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
BillUserRequestType() |
| Modifier and Type | Method and Description |
|---|---|
MerchantPullPaymentType |
getMerchantPullPaymentDetails()
Gets the value of the merchantPullPaymentDetails property.
|
java.lang.Integer |
getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
|
void |
setMerchantPullPaymentDetails(MerchantPullPaymentType value)
Sets the value of the merchantPullPaymentDetails property.
|
void |
setReturnFMFDetails(java.lang.Integer value)
Sets the value of the returnFMFDetails property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected MerchantPullPaymentType merchantPullPaymentDetails
protected java.lang.Integer returnFMFDetails
public MerchantPullPaymentType getMerchantPullPaymentDetails()
MerchantPullPaymentTypepublic void setMerchantPullPaymentDetails(MerchantPullPaymentType value)
value - the value
allowed object is
MerchantPullPaymentTypepublic java.lang.Integer getReturnFMFDetails()
Integerpublic void setReturnFMFDetails(java.lang.Integer value)
value - the value
allowed object is
IntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.