public class

FundingSourceDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.FundingSourceDetailsType

Class Overview

Java class for FundingSourceDetailsType complex type.

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

 <complexType name="FundingSourceDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AllowPushFunding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserSelectedFundingSource" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedFundingSourceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String allowPushFunding
protected UserSelectedFundingSourceType userSelectedFundingSource
Public Constructors
FundingSourceDetailsType()
Public Methods
String getAllowPushFunding()
Gets the value of the allowPushFunding property.
UserSelectedFundingSourceType getUserSelectedFundingSource()
Gets the value of the userSelectedFundingSource property.
void setAllowPushFunding(String value)
Sets the value of the allowPushFunding property.
void setUserSelectedFundingSource(UserSelectedFundingSourceType value)
Sets the value of the userSelectedFundingSource property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String allowPushFunding

protected UserSelectedFundingSourceType userSelectedFundingSource

Public Constructors

public FundingSourceDetailsType ()

Public Methods

public String getAllowPushFunding ()

Gets the value of the allowPushFunding property.

Returns
  • possible object is String

public UserSelectedFundingSourceType getUserSelectedFundingSource ()

Gets the value of the userSelectedFundingSource property.

Returns

public void setAllowPushFunding (String value)

Sets the value of the allowPushFunding property.

Parameters
value Allowed object is String

public void setUserSelectedFundingSource (UserSelectedFundingSourceType value)

Sets the value of the userSelectedFundingSource property.

Parameters
value Allowed object is UserSelectedFundingSourceType