3 declare(strict_types=1);
60 private $amountPlanned;
66 private $paymentMethodInfo;
72 private $transactions;
99 return $this->version;
121 return $this->anonymousId;
155 return $this->transactions;
186 $this->version = $version;
197 $this->customer = $customer;
208 $this->anonymousId = $anonymousId;
219 $this->amountPlanned = $amountPlanned;
230 $this->paymentMethodInfo = $paymentMethodInfo;
241 $this->transactions = $transactions;
252 $this->custom = $custom;
263 $this->customer = $customer;
274 $this->amountPlanned = $amountPlanned;
285 $this->paymentMethodInfo = $paymentMethodInfo;
296 $this->custom = $custom;