class PayPal::SDK::REST::DataTypes::AgreementTransaction

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2383
def self.load_members
  object_of :transaction_id, String
  object_of :status, String
  object_of :transaction_type, String
  object_of :amount, Currency
  object_of :fee_amount, Currency
  object_of :net_amount, Currency
  object_of :payer_email, String
  object_of :payer_name, String
  object_of :time_zone, String
  object_of :time_stamp, DateTime
end