factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): OrderPaymentFactory { return $this->factory; } public function getRepositoryQuery(): OrderPaymentRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderPaymentStore { return $this->store; } }