attributes['ShippingMethod'] = ShippingMethod::UNKNOWN; } else { $this->validateEnum('Eway\Rapid\Enum\ShippingMethod', 'ShippingMethod', $shippingMethod); } return $this; } }