PHP Класс PayPal\Api\ExternalFunding

A resource representing an external funding object.
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

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

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