PHP 클래스 PayPal\Api\FundingSource

specifies the funding source details.
상속: extends FundingInstrument
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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