require_relative '../payment' module Tickethub class Supplier::Payment::Credit < Supplier::Payment polymorphic 'credit', attribute: :type path '/supplier/payments/credit' end end