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
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
285 286 287 |
# File 'lib/user.rb', line 285 def get_price_lists( = nil) return @client.get__ecommerce__price_lists() end |