resource = $resource; } /** * @return Refund */ public function getResource(): Refund { return $this->resource; } /** * @param Refund $resource * @return RefundNotificationEvent */ public function setResource(Refund $resource): RefundNotificationEvent { $this->resource = $resource; return $this; } }