Method: Mints::User#get_prices

Defined in:
lib/user.rb

#get_prices(options = nil) ⇒ Object

Get prices.

Get a collection of prices

Parameters



264
265
266
# File 'lib/user.rb', line 264

def get_prices(options = nil)
  return @client.get__ecommerce__prices(options)
end