TradeGoodTransaction
in package
Data class for defining the good and transaction type of a TradeGood transaction.
Table of Contents
Properties
- $goodID : int
- $transactionType : TransactionType
Methods
- __construct() : mixed
Properties
$goodID read-only
public
int
$goodID
$transactionType read-only
public
TransactionType
$transactionType
Methods
__construct()
public
__construct(int $goodID, TransactionType $transactionType) : mixed
Parameters
- $goodID : int
- $transactionType : TransactionType