require_relative '../payment' module Tickethub class Supplier::Payment::External < Supplier::Payment polymorphic 'ExternalPayment', :external end end