Settings
extends TransactionFee
in package
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
public
mixed
$aid
int
$aid_account
public
mixed
$aid_account
int
$baseprice
public
mixed
$baseprice
float
$error_mail
public
mixed
$error_mail
string
$error_mail_language
public
mixed
$error_mail_language
string
$key
public
mixed
$key
int
$key_account
public
mixed
$key_account
int
$mid
public
mixed
$mid
int
$mode
public
mixed
$mode
string
$portalid_account
public
mixed
$portalid_account
int
$portalid_shop
public
mixed
$portalid_shop
int
$productid
public
mixed
$productid
int
$taxes
public
mixed
$taxes
float
$test_system_host
public
mixed
$test_system_host
?string
$three_d_secure_iframe
public
mixed
$three_d_secure_iframe
boolean
$dynamics
private
array<string|int, mixed>
$dynamics
= array()
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
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