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
$amount
protected
string
$amount
$confirmations
protected
int
$confirmations
$exRates
protected
array<string|int, mixed>
$exRates
$outputIndex
protected
int
$outputIndex
$receivedTime
protected
string
$receivedTime
$time
protected
string
$time
$txid
protected
string
$txid
Methods
getAmount()
public
getAmount() : string
Return values
stringgetConfirmations()
public
getConfirmations() : int
Return values
intgetExRates()
public
getExRates() : array<string|int, mixed>
Return values
array<string|int, mixed> —[string => float]
getOutputIndex()
public
getOutputIndex() : int
Return values
intgetReceivedTime()
public
getReceivedTime() : string
Return values
stringgetTime()
public
getTime() : string
Return values
stringgetTxid()
public
getTxid() : string
Return values
stringsetAmount()
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
setTime()
public
setTime(string $time) : void
Parameters
- $time : string
setTxid()
public
setTxid(string $txid) : void
Parameters
- $txid : string