AllocationDefaults
in package
Tags
Table of Contents
- $active : bool|null
- $location : ThubLocationId|null
- $paymentCategory : string|null
- __construct() : mixed
- active() : bool|null
- location() : ThubLocationId|null
- paymentCategory() : string|null
Properties
$active
private
bool|null
$active
Tags
$location
private
ThubLocationId|null
$location
Tags
$paymentCategory
private
string|null
$paymentCategory
Tags
Methods
__construct()
public
__construct(ThubLocationId|null $location, string|null $paymentCategory, bool|null $active) : mixed
Parameters
- $location : ThubLocationId|null
- $paymentCategory : string|null
- $active : bool|null
Tags
Return values
mixed —active()
public
active() : bool|null
Return values
bool|null —location()
public
location() : ThubLocationId|null
Return values
ThubLocationId|null —paymentCategory()
public
paymentCategory() : string|null