TransactionFee
in package
Class TransactionFee
Table of Contents
- $active : bool
- This is not active by default
- $baseprice : mixed
- $taxes : mixed
- $dynamics : array<string|int, mixed>
- __construct() : mixed
- Contract this instance
- __get() : mixed|null
- Magic getter to avoid "PHP 8.2: Dynamic Properties are deprecated"
- __isset() : bool
- Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"
- __set() : void
- Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"
Properties
$active
This is not active by default
public
bool
$active
= false
$baseprice
public
mixed
$baseprice
float
$taxes
public
mixed
$taxes
float
$dynamics
private
array<string|int, mixed>
$dynamics
= array()
Methods
__construct()
Contract this instance
public
__construct() : mixed
Return values
mixed —__get()
Magic getter to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__get( $name) : mixed|null
Parameters
Return values
mixed|null —__isset()
Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__isset( $name) : bool
Parameters
Return values
bool —__set()
Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__set( $name, $value) : void