class PayPal::SDK::REST::DataTypes::Terms

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2146
def self.load_members
  object_of :id, String
  object_of :type, String
  object_of :max_billing_amount, Currency
  object_of :occurrences, String
  object_of :amount_range, Currency
  object_of :buyer_editable, String
end