3declare(strict_types=1);
53 private $businessUnit;
65 private $paymentInterface;
71 private $interfaceAccount;
83 private $paymentMethodStatus;
151 return $this->method;
162 return $this->paymentInterface;
173 return $this->interfaceAccount;
195 return $this->paymentMethodStatus;
207 return $this->default;
249 $this->customer = $customer;
260 $this->businessUnit = $businessUnit;
271 $this->method = $method;
282 $this->paymentInterface = $paymentInterface;
293 $this->interfaceAccount = $interfaceAccount;
304 $this->token = $token;
315 $this->paymentMethodStatus = $paymentMethodStatus;
326 $this->
default = $default;
337 $this->custom = $custom;
359 $this->customer = $customer;
370 $this->businessUnit = $businessUnit;
381 $this->token = $token;
392 $this->custom = $custom;
405 $this->paymentInterface,
406 $this->interfaceAccount,
408 $this->paymentMethodStatus,