module Finix class Merchant include Finix::Resource include Finix::HypermediaRegistry define_hypermedia_types [:merchants] end end