BitPay PHP SDK

InvoiceTransaction
in package

Table of Contents

Properties

$amount  : string
$confirmations  : int
$exRates  : array<string|int, mixed>
$outputIndex  : int
$receivedTime  : string
$time  : string
$txid  : string

Methods

getAmount()  : string
getConfirmations()  : int
getExRates()  : array<string|int, mixed>
getOutputIndex()  : int
getReceivedTime()  : string
getTime()  : string
getTxid()  : string
setAmount()  : void
setConfirmations()  : void
setExRates()  : void
setOutputIndex()  : void
setReceivedTime()  : void
setTime()  : void
setTxid()  : void

Properties

Methods

getExRates()

public getExRates() : array<string|int, mixed>
Return values
array<string|int, mixed>

[string => float]

setAmount()

public setAmount(string $amount) : void
Parameters
$amount : string

setConfirmations()

public setConfirmations(int $confirmations) : void
Parameters
$confirmations : int

setExRates()

public setExRates(array<string|int, mixed> $exRates) : void
Parameters
$exRates : array<string|int, mixed>

[string => float]

setOutputIndex()

public setOutputIndex(int $outputIndex) : void
Parameters
$outputIndex : int

setReceivedTime()

public setReceivedTime(string $receivedTime) : void
Parameters
$receivedTime : string

        
On this page

Search results