class PayPal::SDK::REST::DataTypes::AgreementDetails

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2350
def self.load_members
  object_of :outstanding_balance, Currency
  object_of :cycles_remaining, String
  object_of :cycles_completed, String
  object_of :next_billing_date, String
  object_of :last_payment_date, String
  object_of :last_payment_amount, Currency
  object_of :final_payment_date, String
  object_of :failed_payment_count, String
end