| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.FundingSourceDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowPushFunding | |||||||||||
| userSelectedFundingSource | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowPushFunding property.
| |||||||||||
Gets the value of the userSelectedFundingSource property.
| |||||||||||
Sets the value of the allowPushFunding property.
| |||||||||||
Sets the value of the userSelectedFundingSource property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowPushFunding property.
Gets the value of the userSelectedFundingSource property.
UserSelectedFundingSourceType
Sets the value of the allowPushFunding property.
| value | Allowed object is String |
|---|
Sets the value of the userSelectedFundingSource property.
| value | Allowed object is
UserSelectedFundingSourceType
|
|---|