class PayPal::SDK::REST::DataTypes::PayoutItemDetails

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1737
def self.load_members
      object_of :payout_item_id, String
      object_of :transaction_id, String
      object_of :transaction_status, String
      object_of :payout_item_fee, Currency
      object_of :payout_batch_id, String
      object_of :sender_batch_id, String
      object_of :payout_item, PayoutItem
      object_of :time_processed, String
      object_of :errors, Error
      array_of  :links, Links
end