PHP 클래스 PayPal\Api\ExternalFunding

A resource representing an external funding object.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getAmount ( ) : Amount Amount being funded by the external funding account
getCode ( ) : string Generic identifier for the external funding
getDisplayText ( ) : string Description of the external funding being applied
getFundingAccountId ( ) : string Encrypted PayPal Account identifier for the funding account
getFundingInstruction ( ) : string Indicates that the Payment should be fully funded by External Funded Incentive
getReferenceId ( ) : string Unique identifier for the external funding
setAmount ( Amount $amount ) Amount being funded by the external funding account
setCode ( string $code ) Generic identifier for the external funding
setDisplayText ( string $display_text ) Description of the external funding being applied
setFundingAccountId ( string $funding_account_id ) Encrypted PayPal Account identifier for the funding account
setFundingInstruction ( string $funding_instruction ) Indicates that the Payment should be fully funded by External Funded Incentive Valid Values: ["FULLY_FUNDED"]
setReferenceId ( string $reference_id ) Unique identifier for the external funding

메소드 상세

getAmount() 공개 메소드

Amount being funded by the external funding account
public getAmount ( ) : Amount
리턴 Amount

getCode() 공개 메소드

Generic identifier for the external funding
public getCode ( ) : string
리턴 string

getDisplayText() 공개 메소드

Description of the external funding being applied
public getDisplayText ( ) : string
리턴 string

getFundingAccountId() 공개 메소드

Encrypted PayPal Account identifier for the funding account
public getFundingAccountId ( ) : string
리턴 string

getFundingInstruction() 공개 메소드

Indicates that the Payment should be fully funded by External Funded Incentive
public getFundingInstruction ( ) : string
리턴 string

getReferenceId() 공개 메소드

Unique identifier for the external funding
public getReferenceId ( ) : string
리턴 string

setAmount() 공개 메소드

Amount being funded by the external funding account
public setAmount ( Amount $amount )
$amount Amount

setCode() 공개 메소드

Generic identifier for the external funding
public setCode ( string $code )
$code string

setDisplayText() 공개 메소드

Description of the external funding being applied
public setDisplayText ( string $display_text )
$display_text string

setFundingAccountId() 공개 메소드

Encrypted PayPal Account identifier for the funding account
public setFundingAccountId ( string $funding_account_id )
$funding_account_id string

setFundingInstruction() 공개 메소드

Indicates that the Payment should be fully funded by External Funded Incentive Valid Values: ["FULLY_FUNDED"]
public setFundingInstruction ( string $funding_instruction )
$funding_instruction string

setReferenceId() 공개 메소드

Unique identifier for the external funding
public setReferenceId ( string $reference_id )
$reference_id string