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
NAME_EXCESS_PAYMENTS
public
mixed
NAME_EXCESS_PAYMENTS
= "excess_payments"
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"
$increase
private
int
$increase
= 0
$initial
private
int
$initial
$name
private
string
$name
$reduction
private
int
$reduction
= 0
__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