class PayPal::SDK::REST::DataTypes::InstallmentOption

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 603
def self.load_members
  object_of :term, Integer
  object_of :monthly_payment, Currency
  object_of :discount_amount, Currency
  object_of :discount_percentage, Percentage
end