module Finix class PaymentInstrument include Finix::Resource include Finix::HypermediaRegistry define_hypermedia_types [:payment_instruments] end end