class PayPal::SDK::REST::DataTypes::Dispute

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2501
def self.load_members
  object_of :dispute_id, String
  object_of :create_time, String
  object_of :update_time, String
  array_of :disputed_transactions, TransactionInfo
  object_of :reason, String
  object_of :status, String
  object_of :dispute_amount, Money
  object_of :external_reason_code, String
  object_of :dispute_outcome, DisputeOutcome
  object_of :dispute_life_cycle_stage, String
  object_of :dispute_channel, String
  array_of :messages, Messages
  object_of :buyer_response_due_date, String
  object_of :seller_response_due_date, String
  object_of :offer, Offer
  array_of  :links, Links
end