class CurrencyRequest

Model object for body of request to represent results in a certain currency.

Attributes

currency[RW]
CurrencyIso

the currency in which to represent results

Public Class Methods

new(currency) click to toggle source
# File lib/mangopay/model/request/currency_request.rb, line 10
def initialize(currency)
  self.currency = currency
end