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