3 declare(strict_types=1);
33 private $amountPlanned;
39 private $paymentMethodInfo;
62 return $this->amountPlanned instanceof
MoneyBuilder ? $this->amountPlanned->
build() : $this->amountPlanned;
104 $this->amountPlanned = $amountPlanned;
115 $this->paymentMethodInfo = $paymentMethodInfo;
126 $this->custom = $custom;
137 $this->transaction = $transaction;
148 $this->amountPlanned = $amountPlanned;
159 $this->paymentMethodInfo = $paymentMethodInfo;
170 $this->custom = $custom;
181 $this->transaction = $transaction;
189 $this->amountPlanned instanceof
MoneyBuilder ? $this->amountPlanned->
build() : $this->amountPlanned,