class PayPal::SDK::REST::DataTypes::CurrencyConversion

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 581
def self.load_members
  object_of :conversion_date, String
  object_of :from_currency, String
  object_of :from_amount, Number
  object_of :to_currency, String
  object_of :to_amount, Number
  object_of :conversion_type, String
  object_of :conversion_type_changeable, Boolean
  object_of :web_url, String
end