PHP 클래스 Bitpay\PayoutInstruction

상속: implements bitpay\PayoutInstructionInterface
파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$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