BitPay PHP SDK

WithHoldings

Tags
author

BitPay Integrations integrations@bitpay.com

license

http://www.opensource.org/licenses/mit-license.php MIT

see
https://bitpay.readme.io/reference/settlements

Settlements

Table of Contents

Properties

$amount  : float|null
$bankCountry  : string|null
$code  : string|null
$description  : string|null
$label  : string|null
$notes  : string|null

Methods

__construct()  : mixed
WithHoldings constructor.
getAmount()  : float|null
Gets amount.
getBankCountry()  : string|null
Gets bank country.
getCode()  : string|null
Gets code.
getDescription()  : string|null
Gets description.
getLabel()  : string|null
Gets label.
getNotes()  : string|null
Gets notes.
setAmount()  : void
Sets amount.
setBankCountry()  : void
Sets bank country.
setCode()  : void
Sets code.
setDescription()  : void
Sets description.
setLabel()  : void
Sets label.
setNotes()  : void
Sets notes.
toArray()  : array<string|int, mixed>
Return an array with class values.

Properties

Methods

__construct()

WithHoldings constructor.

public __construct() : mixed

getAmount()

Gets amount.

public getAmount() : float|null
Return values
float|null

getBankCountry()

Gets bank country.

public getBankCountry() : string|null
Return values
string|null

getCode()

Gets code.

public getCode() : string|null
Return values
string|null

getDescription()

Gets description.

public getDescription() : string|null
Return values
string|null

getLabel()

Gets label.

public getLabel() : string|null
Return values
string|null

getNotes()

Gets notes.

public getNotes() : string|null
Return values
string|null

setAmount()

Sets amount.

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

the amount

setBankCountry()

Sets bank country.

public setBankCountry(string $bankCountry) : void
Parameters
$bankCountry : string

the bank country

setCode()

Sets code.

public setCode(string $code) : void
Parameters
$code : string

the code

setDescription()

Sets description.

public setDescription(string $description) : void
Parameters
$description : string

the description

setLabel()

Sets label.

public setLabel(string $label) : void
Parameters
$label : string

the label

setNotes()

Sets notes.

public setNotes(string $notes) : void
Parameters
$notes : string

the notes

toArray()

Return an array with class values.

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

        
On this page

Search results