> */ public function rules(): array { return [ 'refund_type' => ['required', 'string', Rule::in(['partial', 'total'])], ]; } }