require_relative '../payment' module Tickethub class Supplier::Payment::Cash < Supplier::Payment polymorphic 'cash' end end