3declare(strict_types=1);
60 private $lastModifiedAt;
84 private $businessUnit;
96 private $paymentInterface;
102 private $interfaceAccount;
114 private $paymentMethodStatus;
132 private $lastModifiedBy;
159 return $this->version;
170 return $this->createdAt;
181 return $this->lastModifiedAt;
238 return $this->method;
249 return $this->paymentInterface;
260 return $this->interfaceAccount;
282 return $this->paymentMethodStatus;
294 return $this->default;
347 $this->version = $version;
358 $this->createdAt = $createdAt;
369 $this->lastModifiedAt = $lastModifiedAt;
402 $this->customer = $customer;
413 $this->businessUnit = $businessUnit;
424 $this->method = $method;
435 $this->paymentInterface = $paymentInterface;
446 $this->interfaceAccount = $interfaceAccount;
457 $this->token = $token;
468 $this->paymentMethodStatus = $paymentMethodStatus;
479 $this->
default = $default;
490 $this->custom = $custom;
501 $this->lastModifiedBy = $lastModifiedBy;
512 $this->createdBy = $createdBy;
534 $this->customer = $customer;
545 $this->businessUnit = $businessUnit;
556 $this->token = $token;
567 $this->custom = $custom;
578 $this->lastModifiedBy = $lastModifiedBy;
589 $this->createdBy = $createdBy;
600 $this->lastModifiedAt,
606 $this->paymentInterface,
607 $this->interfaceAccount,
609 $this->paymentMethodStatus,