Class: Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans

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

Overview

Defined Under Namespace

Modules: OtherFormOfPaymentEvidence

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(other_form_of_payment_evidence: , other_transaction_id: nil) ⇒ Object

Paid by other means. Required if and only if ‘error_reason` is `paid_by_other_means`.

Parameters:



# File 'lib/increase/models/card_dispute_create_params.rb', line 3297


Instance Attribute Details

#other_form_of_payment_evidenceSymbol, Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence

Other form of payment evidence.



3288
3289
# File 'lib/increase/models/card_dispute_create_params.rb', line 3288

required :other_form_of_payment_evidence,
enum: -> { Increase::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence }

#other_transaction_idString?

Other transaction ID.

Returns:

  • (String, nil)


3295
# File 'lib/increase/models/card_dispute_create_params.rb', line 3295

optional :other_transaction_id, String