public class FundingSourceDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
allowPushFunding |
protected UserSelectedFundingSourceType |
userSelectedFundingSource |
Constructor and Description |
---|
FundingSourceDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllowPushFunding()
Gets the value of the allowPushFunding property.
|
UserSelectedFundingSourceType |
getUserSelectedFundingSource()
Gets the value of the userSelectedFundingSource property.
|
void |
setAllowPushFunding(java.lang.String value)
Sets the value of the allowPushFunding property.
|
void |
setUserSelectedFundingSource(UserSelectedFundingSourceType value)
Sets the value of the userSelectedFundingSource property.
|
protected java.lang.String allowPushFunding
protected UserSelectedFundingSourceType userSelectedFundingSource
public java.lang.String getAllowPushFunding()
String
public void setAllowPushFunding(java.lang.String value)
value
- the value
allowed object is
String
public UserSelectedFundingSourceType getUserSelectedFundingSource()
UserSelectedFundingSourceType
public void setUserSelectedFundingSource(UserSelectedFundingSourceType value)
value
- the value
allowed object is
UserSelectedFundingSourceType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.