public class

BillUserRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.BillUserRequestType

Class Overview

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>
 

Summary

Fields
protected MerchantPullPaymentType merchantPullPaymentDetails
protected Integer returnFMFDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
BillUserRequestType()
Public Methods
MerchantPullPaymentType getMerchantPullPaymentDetails()
Gets the value of the merchantPullPaymentDetails property.
Integer getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
void setMerchantPullPaymentDetails(MerchantPullPaymentType value)
Sets the value of the merchantPullPaymentDetails property.
void setReturnFMFDetails(Integer value)
Sets the value of the returnFMFDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected MerchantPullPaymentType merchantPullPaymentDetails

protected Integer returnFMFDetails

Public Constructors

public BillUserRequestType ()

Public Methods

public MerchantPullPaymentType getMerchantPullPaymentDetails ()

Gets the value of the merchantPullPaymentDetails property.

Returns

public Integer getReturnFMFDetails ()

Gets the value of the returnFMFDetails property.

Returns
  • possible object is Integer

public void setMerchantPullPaymentDetails (MerchantPullPaymentType value)

Sets the value of the merchantPullPaymentDetails property.

Parameters
value Allowed object is MerchantPullPaymentType

public void setReturnFMFDetails (Integer value)

Sets the value of the returnFMFDetails property.

Parameters
value Allowed object is Integer