class PayPal::SDK::REST::DataTypes::PaymentDefinition

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2125
def self.load_members
  object_of :id, String
  object_of :name, String
  object_of :type, String
  object_of :frequency_interval, String
  object_of :frequency, String
  object_of :cycles, String
  object_of :amount, Currency
  array_of  :charge_models, ChargeModels
end