Documentation

Customer
in package

Table of Contents

Properties

$balances  : array<string|int, Balance>
$chargeBeeId  : string
$taxRate  : int

Methods

__construct()  : mixed
getBalanceFor()  : Balance|null
getChargeBeeId()  : string
getTaxRate()  : int

Properties

$chargeBeeId

private string $chargeBeeId

Methods

__construct()

public __construct(string $chargeBeeId, int $taxRate, array<string|int, Balance$balances) : mixed
Parameters
$chargeBeeId : string
$taxRate : int
$balances : array<string|int, Balance>

getBalanceFor()

public getBalanceFor(string $name) : Balance|null
Parameters
$name : string
Return values
Balance|null

getChargeBeeId()

public getChargeBeeId() : string
Return values
string

getTaxRate()

public getTaxRate() : int
Return values
int

        
On this page

Search results