Documentation

Balance
in package

Table of Contents

Constants

NAME_EXCESS_PAYMENTS  = "excess_payments"
NAME_PROMOTIONAL_CREDITS  = "promotional_credits"
NAME_REFUNDABLE_CREDITS  = "refundable_credits"
NAME_UNBILLED_CHARGES  = "unbilled_charges"

Properties

$increase  : int
$initial  : int
$name  : string
$reduction  : int

Methods

__construct()  : mixed
add()  : mixed
deduce()  : mixed
getAvailable()  : mixed
getChange()  : mixed
getInitial()  : mixed
getName()  : string

Constants

NAME_EXCESS_PAYMENTS

public mixed NAME_EXCESS_PAYMENTS = "excess_payments"

NAME_PROMOTIONAL_CREDITS

public mixed NAME_PROMOTIONAL_CREDITS = "promotional_credits"

NAME_REFUNDABLE_CREDITS

public mixed NAME_REFUNDABLE_CREDITS = "refundable_credits"

NAME_UNBILLED_CHARGES

public mixed NAME_UNBILLED_CHARGES = "unbilled_charges"

Properties

$reduction

private int $reduction = 0

Methods

__construct()

public __construct(mixed $name, mixed $amount) : mixed
Parameters
$name : mixed
$amount : mixed

add()

public add(int $amount) : mixed
Parameters
$amount : int

deduce()

public deduce(int $amount) : mixed
Parameters
$amount : int

getAvailable()

public getAvailable() : mixed

getChange()

public getChange() : mixed

getInitial()

public getInitial() : mixed

getName()

public getName() : string
Return values
string

        
On this page

Search results