Class FundingSource
Class FundingSource
specifies the funding source details.
- PayPal\Common\PayPalModel
- PayPal\Api\FundingInstrument
- PayPal\Api\FundingSource
Methods summary
public
|
#
setFundingMode( string $funding_mode )
specifies funding mode of the instrument Valid Values: ["INSTANT_TRANSFER", "MANUAL_BANK_TRANSFER", "DELAYED_TRANSFER", "ECHECK", "PAY_UPON_INVOICE"] |
public
string
|
|
public
|
#
setFundingInstrumentType( string $funding_instrument_type )
Instrument type for this funding source Valid Values: ["BALANCE", "PAYMENT_CARD", "BANK_ACCOUNT", "CREDIT", "INCENTIVE", "EXTERNAL_FUNDING", "TAB"] |
public
string
|
|
public
|
#
setSoftDescriptor( string $soft_descriptor )
Soft descriptor used when charging this funding source. |
public
string
|
|
public
|
#
setAmount(
Total anticipated amount of money to be pulled from instrument. |
public
|
|
public
|
#
setNegativeBalanceAmount(
Additional amount to be pulled from the instrument to recover a negative balance on the buyer's account that is owed to PayPal. |
public
|
#
getNegativeBalanceAmount( )
Additional amount to be pulled from the instrument to recover a negative balance on the buyer's account that is owed to PayPal. |
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from PayPal\Api\FundingInstrument
getAlternatePayment()
,
getBankAccount()
,
getBankAccountToken()
,
getBilling()
,
getCarrierAccount()
,
getCarrierAccountToken()
,
getCredit()
,
getCreditCard()
,
getCreditCardToken()
,
getExternalFunding()
,
getIncentive()
,
getPaymentCard()
,
getPrivateLabelCard()
,
setAlternatePayment()
,
setBankAccount()
,
setBankAccountToken()
,
setBilling()
,
setCarrierAccount()
,
setCarrierAccountToken()
,
setCredit()
,
setCreditCard()
,
setCreditCardToken()
,
setExternalFunding()
,
setIncentive()
,
setPaymentCard()
,
setPrivateLabelCard()
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()