FileAccess Orion

Settings extends TransactionFee

Class Settings

Table of Contents

$active  : bool
This is not active by default
$aid  : mixed
$aid_account  : mixed
$baseprice  : mixed
$error_mail  : mixed
$error_mail_language  : mixed
$key  : mixed
$key_account  : mixed
$mid  : mixed
$mode  : mixed
$portalid_account  : mixed
$portalid_shop  : mixed
$productid  : mixed
$taxes  : mixed
$test_system_host  : mixed
$three_d_secure_iframe  : 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

$aid_account

public mixed $aid_account

int

$error_mail

public mixed $error_mail

string

$error_mail_language

public mixed $error_mail_language

string

$key_account

public mixed $key_account

int

$portalid_account

public mixed $portalid_account

int

$portalid_shop

public mixed $portalid_shop

int

$test_system_host

public mixed $test_system_host

?string

$three_d_secure_iframe

public mixed $three_d_secure_iframe

boolean

Methods

__construct()

Contract this instance

public __construct(object $object) : mixed
Parameters
$object : object
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