PHP Класс PayPal\Api\FundingSource

specifies the funding source details.
Наследование: extends FundingInstrument
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getAdditionalText() публичный метод

Additional text relevant to funding source.
public getAdditionalText ( ) : string
Результат string

getAmount() публичный метод

Total anticipated amount of money to be pulled from instrument.
public getAmount ( ) : PayPal\Api\Currency
Результат PayPal\Api\Currency

getExtends() публичный метод

Gets Extends
Устаревший: Unused
public getExtends ( ) : FundingInstrument
Результат FundingInstrument

getFundingDetail() публичный метод

Additional detail of the funding.
public getFundingDetail ( ) : FundingDetail
Результат FundingDetail

getFundingInstrumentType() публичный метод

Instrument type for this funding source
public getFundingInstrumentType ( ) : string
Результат string

getFundingMode() публичный метод

specifies funding mode of the instrument
public getFundingMode ( ) : string
Результат string

getLegalText() публичный метод

Localized legal text relevant to funding source.
public getLegalText ( ) : string
Результат string

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 getNegativeBalanceAmount ( ) : PayPal\Api\Currency
Результат PayPal\Api\Currency

getSoftDescriptor() публичный метод

Soft descriptor used when charging this funding source.
public getSoftDescriptor ( ) : string
Результат string

setAdditionalText() публичный метод

Additional text relevant to funding source.
public setAdditionalText ( string $additional_text )
$additional_text string

setAmount() публичный метод

Total anticipated amount of money to be pulled from instrument.
public setAmount ( PayPal\Api\Currency $amount )
$amount PayPal\Api\Currency

setExtends() публичный метод

Sets Extends
Устаревший: Unused
public setExtends ( FundingInstrument $extends )
$extends FundingInstrument

setFundingDetail() публичный метод

Additional detail of the funding.
public setFundingDetail ( FundingDetail $funding_detail )
$funding_detail FundingDetail

setFundingInstrumentType() публичный метод

Instrument type for this funding source Valid Values: ["BALANCE", "PAYMENT_CARD", "BANK_ACCOUNT", "CREDIT", "INCENTIVE", "EXTERNAL_FUNDING", "TAB"]
public setFundingInstrumentType ( string $funding_instrument_type )
$funding_instrument_type string

setFundingMode() публичный метод

specifies funding mode of the instrument Valid Values: ["INSTANT_TRANSFER", "MANUAL_BANK_TRANSFER", "DELAYED_TRANSFER", "ECHECK", "PAY_UPON_INVOICE"]
public setFundingMode ( string $funding_mode )
$funding_mode string

setLegalText() публичный метод

Localized legal text relevant to funding source.
public setLegalText ( string $legal_text )
$legal_text string

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 setNegativeBalanceAmount ( PayPal\Api\Currency $negative_balance_amount )
$negative_balance_amount PayPal\Api\Currency

setSoftDescriptor() публичный метод

Soft descriptor used when charging this funding source.
public setSoftDescriptor ( string $soft_descriptor )
$soft_descriptor string