3 declare(strict_types=1);
52 private $amountPlanned;
58 private $paymentMethodInfo;
64 private $paymentStatus;
70 private $transactions;
76 private $interfaceInteractions;
109 return $this->anonymousId;
122 return $this->interfaceId;
134 return $this->amountPlanned instanceof
MoneyBuilder ? $this->amountPlanned->
build() : $this->amountPlanned;
167 return $this->transactions;
178 return $this->interfaceInteractions;
209 $this->customer = $customer;
220 $this->anonymousId = $anonymousId;
231 $this->interfaceId = $interfaceId;
242 $this->amountPlanned = $amountPlanned;
253 $this->paymentMethodInfo = $paymentMethodInfo;
264 $this->paymentStatus = $paymentStatus;
275 $this->transactions = $transactions;
286 $this->interfaceInteractions = $interfaceInteractions;
297 $this->custom = $custom;
319 $this->customer = $customer;
330 $this->amountPlanned = $amountPlanned;
341 $this->paymentMethodInfo = $paymentMethodInfo;
352 $this->paymentStatus = $paymentStatus;
363 $this->custom = $custom;
374 $this->amountPlanned instanceof
MoneyBuilder ? $this->amountPlanned->
build() : $this->amountPlanned,
378 $this->interfaceInteractions,