Method: Mints::User#get_price_lists

Defined in:
lib/user.rb

#get_price_lists(options = nil) ⇒ Object

Get prece lists.

Get a collection of prece lists

Parameters



285
286
287
# File 'lib/user.rb', line 285

def get_price_lists(options = nil)
  return @client.get__ecommerce__price_lists(options)
end