Method: Mints::User#get_prices
- Defined in:
- lib/user.rb
#get_prices(options = nil) ⇒ Object
Get prices.
Get a collection of prices
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
264 265 266 |
# File 'lib/user.rb', line 264 def get_prices( = nil) return @client.get__ecommerce__prices() end |