class PayPal::SDK::REST::DataTypes::Transaction

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 660
def self.load_members
  object_of :amount, Amount
  object_of :payee, Payee
  object_of :description, String
  object_of :invoice_number, String
  object_of :custom, String
  object_of :soft_descriptor, String
  object_of :item_list, ItemList
  object_of :notify_url, String
  object_of :purchase_unit_reference_id, String
  array_of  :related_resources, RelatedResources
  array_of  :transactions, Transaction
  object_of :payment_options, PaymentOptions
end