PHP Класс Bitpay\PayoutInstruction

Наследование: implements bitpay\PayoutInstructionInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$address string
$amount float
$btc array
$id string
$label string
$status string
$transactions array

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

Метод Описание
__construct ( )
addTransaction ( bitpay\PayoutTransactionInterface $transaction ) Add payout transaction to the
getAddress ( )
getAmount ( )
getBtc ( )
getId ( )
getLabel ( )
getStatus ( )
getTransactions ( )
setAddress ( $address ) Set the bitcoin address for this instruction.
setAmount ( $amount ) Set the amount for this instruction.
setBtc ( $btc ) Set BTC array (available once rates are set)
setId ( $id ) Set the Bitpay ID for this payout instruction
setLabel ( $label ) Set the employers label for this instruction.
setStatus ( $status ) Set the status for this instruction

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

__construct() публичный Метод

public __construct ( )

addTransaction() публичный Метод

Add payout transaction to the
public addTransaction ( bitpay\PayoutTransactionInterface $transaction )
$transaction bitpay\PayoutTransactionInterface

getAddress() публичный Метод

public getAddress ( )

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

public getAmount ( )

getBtc() публичный Метод

public getBtc ( )

getId() публичный Метод

public getId ( )

getLabel() публичный Метод

public getLabel ( )

getStatus() публичный Метод

public getStatus ( )

getTransactions() публичный Метод

public getTransactions ( )

setAddress() публичный Метод

Set the bitcoin address for this instruction.
public setAddress ( $address )
$address

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

Set the amount for this instruction.
public setAmount ( $amount )
$amount

setBtc() публичный Метод

Set BTC array (available once rates are set)
public setBtc ( $btc )
$btc

setId() публичный Метод

Set the Bitpay ID for this payout instruction
public setId ( $id )
$id

setLabel() публичный Метод

Set the employers label for this instruction.
public setLabel ( $label )
$label

setStatus() публичный Метод

Set the status for this instruction
public setStatus ( $status )
$status

Описание свойств

$address защищенное свойство

protected string $address
Результат string

$amount защищенное свойство

protected float $amount
Результат float

$btc защищенное свойство

protected array $btc
Результат array

$id защищенное свойство

protected string $id
Результат string

$label защищенное свойство

protected string $label
Результат string

$status защищенное свойство

protected string $status
Результат string

$transactions защищенное свойство

protected array $transactions
Результат array