Method: Mints::User#get_product_types
- Defined in:
- lib/user.rb
#get_product_types(options = nil) ⇒ Object
Get product types.
Get a collection of product types
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
327 328 329 |
# File 'lib/user.rb', line 327 def get_product_types( = nil) return @client.get__ecommerce__product_types() end |