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:

  • attachment_files (Array<Increase::Models::CardDispute::Visa::NetworkEvent::AttachmentFile>) (defaults to: )

    The files attached to the Visa Card Dispute User Submission.

  • category (Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Category) (defaults to: )

    The category of the user submission. We may add additional possible values for t

  • chargeback_accepted (Object, nil) (defaults to: )

    A Card Dispute Chargeback Accepted Visa Network Event object. This field will be

  • chargeback_submitted (Object, nil) (defaults to: )

    A Card Dispute Chargeback Submitted Visa Network Event object. This field will b

  • chargeback_timed_out (Object, nil) (defaults to: )

    A Card Dispute Chargeback Timed Out Visa Network Event object. This field will b

  • created_at (Time) (defaults to: )

    The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which th

  • dispute_financial_transaction_id (String, nil) (defaults to: )

    The dispute financial transaction that resulted from the network event, if any.

  • merchant_prearbitration_decline_submitted (Object, nil) (defaults to: )

    A Card Dispute Merchant Pre-Arbitration Decline Submitted Visa Network Event obj

  • merchant_prearbitration_received (Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived, nil) (defaults to: )

    A Card Dispute Merchant Pre-Arbitration Received Visa Network Event object. This

  • merchant_prearbitration_timed_out (Object, nil) (defaults to: )

    A Card Dispute Merchant Pre-Arbitration Timed Out Visa Network Event object. Thi

  • represented (Increase::Models::CardDispute::Visa::NetworkEvent::Represented, nil) (defaults to: )

    A Card Dispute Re-presented Visa Network Event object. This field will be presen

  • representment_timed_out (Object, nil) (defaults to: )

    A Card Dispute Re-presentment Timed Out Visa Network Event object. This field wi

  • user_prearbitration_accepted (Object, nil) (defaults to: )

    A Card Dispute User Pre-Arbitration Accepted Visa Network Event object. This fie

  • user_prearbitration_declined (Object, nil) (defaults to: )

    A Card Dispute User Pre-Arbitration Declined Visa Network Event object. This fie

  • user_prearbitration_submitted (Object, nil) (defaults to: )

    A Card Dispute User Pre-Arbitration Submitted Visa Network Event object. This fi

  • user_prearbitration_timed_out (Object, nil) (defaults to: )

    A Card Dispute User Pre-Arbitration Timed Out Visa Network Event object. This fi

  • user_withdrawal_submitted (Object, nil) (defaults to: )

    A Card Dispute User Withdrawal Submitted Visa Network Event object. This field w



470
471
472
473
474
475
476
477
478
479
# File 'lib/increase/models/card_dispute.rb', line 470

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)


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

required :file_id, String