urn.ebay.apis.eBLBaseComponents
Class FundingSourceDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.FundingSourceDetailsType

public class FundingSourceDetailsType
extends Object

Allowable values: 0,1 The value 1 indicates that the customer can accept push funding, and 0 means they cannot. Optional Character length and limitations: One single-byte numeric character.


Constructor Summary
FundingSourceDetailsType()
          Default Constructor
 
Method Summary
 String getAllowPushFunding()
          Getter for allowPushFunding
 UserSelectedFundingSourceType getUserSelectedFundingSource()
          Getter for userSelectedFundingSource
 void setAllowPushFunding(String allowPushFunding)
          Setter for allowPushFunding
 void setUserSelectedFundingSource(UserSelectedFundingSourceType userSelectedFundingSource)
          Setter for userSelectedFundingSource
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FundingSourceDetailsType

public FundingSourceDetailsType()
Default Constructor

Method Detail

getAllowPushFunding

public String getAllowPushFunding()
Getter for allowPushFunding


setAllowPushFunding

public void setAllowPushFunding(String allowPushFunding)
Setter for allowPushFunding


getUserSelectedFundingSource

public UserSelectedFundingSourceType getUserSelectedFundingSource()
Getter for userSelectedFundingSource


setUserSelectedFundingSource

public void setUserSelectedFundingSource(UserSelectedFundingSourceType userSelectedFundingSource)
Setter for userSelectedFundingSource


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.