FileAccess Orion

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

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
$name :
Return values
mixed|null

__isset()

Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"

public __isset( $name) : bool
Parameters
$name :
Return values
bool

__set()

Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"

public __set( $name,  $value) : void
Parameters
$name :
$value :
Return values
void

Search results