Class: Increase::Models::CardDispute::Visa::NetworkEvent::AttachmentFile

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/card_dispute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(attachment_files: , category: , chargeback_accepted: , chargeback_submitted: , chargeback_timed_out: , created_at: , dispute_financial_transaction_id: , merchant_prearbitration_decline_submitted: , merchant_prearbitration_received: , merchant_prearbitration_timed_out: , represented: , representment_timed_out: , user_prearbitration_accepted: , user_prearbitration_declined: , user_prearbitration_submitted: , user_prearbitration_timed_out: , user_withdrawal_submitted: ) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::CardDispute::Visa::NetworkEvent for more details.

Parameters:



495
496
497
498
499
500
501
502
503
504
# File 'lib/increase/models/card_dispute.rb', line 495

class AttachmentFile < Increase::Internal::Type::BaseModel
  # @!attribute file_id
  #   The ID of the file attached to the Card Dispute.
  #
  #   @return [String]
  required :file_id, String

  # @!method initialize(file_id:)
  #   @param file_id [String] The ID of the file attached to the Card Dispute.
end

Instance Attribute Details

#file_idString

The ID of the file attached to the Card Dispute.

Returns:

  • (String)


500
# File 'lib/increase/models/card_dispute.rb', line 500

required :file_id, String