urn.ebay.api.PayPalAPI
Class BillUserRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.BillUserRequestType

public class BillUserRequestType
extends AbstractRequestType

This flag indicates that the response should include FMFDetails


Constructor Summary
BillUserRequestType()
          Default Constructor
 
Method Summary
 MerchantPullPaymentType getMerchantPullPaymentDetails()
          Getter for merchantPullPaymentDetails
 Integer getReturnFMFDetails()
          Getter for returnFMFDetails
 void setMerchantPullPaymentDetails(MerchantPullPaymentType merchantPullPaymentDetails)
          Setter for merchantPullPaymentDetails
 void setReturnFMFDetails(Integer returnFMFDetails)
          Setter for returnFMFDetails
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillUserRequestType

public BillUserRequestType()
Default Constructor

Method Detail

getMerchantPullPaymentDetails

public MerchantPullPaymentType getMerchantPullPaymentDetails()
Getter for merchantPullPaymentDetails


setMerchantPullPaymentDetails

public void setMerchantPullPaymentDetails(MerchantPullPaymentType merchantPullPaymentDetails)
Setter for merchantPullPaymentDetails


getReturnFMFDetails

public Integer getReturnFMFDetails()
Getter for returnFMFDetails


setReturnFMFDetails

public void setReturnFMFDetails(Integer returnFMFDetails)
Setter for returnFMFDetails


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2013. All Rights Reserved.