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, setVersion
protected MerchantPullPaymentType merchantPullPaymentDetails
protected java.lang.Integer returnFMFDetails
public MerchantPullPaymentType getMerchantPullPaymentDetails()
MerchantPullPaymentType
public void setMerchantPullPaymentDetails(MerchantPullPaymentType value)
value
- the value
allowed object is
MerchantPullPaymentType
public java.lang.Integer getReturnFMFDetails()
Integer
public void setReturnFMFDetails(java.lang.Integer value)
value
- the value
allowed object is
Integer
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.