selling = $selling; $this->payment_method_type = $payment_method_type; } /** * @return array */ public function getSelling(): array { return $this->selling; } /** * @return int */ public function getPaymentMethodType(): int { return PaymentMethodType::PAYMENT_METHODS[$this->payment_method_type]; } }