public class

BillUserResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.BillUserResponseType

Class Overview

Java class for BillUserResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BillUserResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}BillUserResponseDetails"/>
         <element name="FMFDetails" type="{urn:ebay:apis:eBLBaseComponents}FMFDetailsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MerchantPullPaymentResponseType billUserResponseDetails
protected FMFDetailsType fmfDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
BillUserResponseType()
Public Methods
MerchantPullPaymentResponseType getBillUserResponseDetails()
Gets the value of the billUserResponseDetails property.
FMFDetailsType getFMFDetails()
Gets the value of the fmfDetails property.
void setBillUserResponseDetails(MerchantPullPaymentResponseType value)
Sets the value of the billUserResponseDetails property.
void setFMFDetails(FMFDetailsType value)
Sets the value of the fmfDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected MerchantPullPaymentResponseType billUserResponseDetails

protected FMFDetailsType fmfDetails

Public Constructors

public BillUserResponseType ()

Public Methods

public MerchantPullPaymentResponseType getBillUserResponseDetails ()

Gets the value of the billUserResponseDetails property.

Returns

public FMFDetailsType getFMFDetails ()

Gets the value of the fmfDetails property.

Returns

public void setBillUserResponseDetails (MerchantPullPaymentResponseType value)

Sets the value of the billUserResponseDetails property.

Parameters
value Allowed object is MerchantPullPaymentResponseType

public void setFMFDetails (FMFDetailsType value)

Sets the value of the fmfDetails property.

Parameters
value Allowed object is FMFDetailsType