class << self
        def create(options)
          new(:create, Endpoints::HTTP_POST, Endpoints::SUB_MERCHANT_CREATE, options)
        end