Method |
Description |
|
addLink ( PayPal\Api\Links $links ) |
Append Links to the list. |
|
getAdditionalText ( ) : string |
Additional text relevant to funding source. |
|
getAmount ( ) : PayPal\Api\Currency |
Total anticipated amount of money to be pulled from instrument. |
|
getExtends ( ) : FundingInstrument |
Gets Extends |
|
getFundingDetail ( ) : FundingDetail |
Additional detail of the funding. |
|
getFundingInstrumentType ( ) : string |
Instrument type for this funding source |
|
getFundingMode ( ) : string |
specifies funding mode of the instrument |
|
getLegalText ( ) : string |
Localized legal text relevant to funding source. |
|
getLinks ( ) : PayPal\Api\Links[] |
Gets Links |
|
getNegativeBalanceAmount ( ) : PayPal\Api\Currency |
Additional amount to be pulled from the instrument to recover a negative balance on the buyer's account that is owed to PayPal. |
|
getSoftDescriptor ( ) : string |
Soft descriptor used when charging this funding source. |
|
removeLink ( PayPal\Api\Links $links ) |
Remove Links from the list. |
|
setAdditionalText ( string $additional_text ) |
Additional text relevant to funding source. |
|
setAmount ( PayPal\Api\Currency $amount ) |
Total anticipated amount of money to be pulled from instrument. |
|
setExtends ( FundingInstrument $extends ) |
Sets Extends |
|
setFundingDetail ( FundingDetail $funding_detail ) |
Additional detail of the funding. |
|
setFundingInstrumentType ( string $funding_instrument_type ) |
Instrument type for this funding source
Valid Values: ["BALANCE", "PAYMENT_CARD", "BANK_ACCOUNT", "CREDIT", "INCENTIVE", "EXTERNAL_FUNDING", "TAB"] |
|
setFundingMode ( string $funding_mode ) |
specifies funding mode of the instrument
Valid Values: ["INSTANT_TRANSFER", "MANUAL_BANK_TRANSFER", "DELAYED_TRANSFER", "ECHECK", "PAY_UPON_INVOICE"] |
|
setLegalText ( string $legal_text ) |
Localized legal text relevant to funding source. |
|
setLinks ( PayPal\Api\Links[] $links ) |
Sets Links |
|
setNegativeBalanceAmount ( PayPal\Api\Currency $negative_balance_amount ) |
Additional amount to be pulled from the instrument to recover a negative balance on the buyer's account that is owed to PayPal. |
|
setSoftDescriptor ( string $soft_descriptor ) |
Soft descriptor used when charging this funding source. |
|