Class: Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans
- Defined in:
- lib/increase/models/card_dispute_create_params.rb
Overview
Defined Under Namespace
Modules: OtherFormOfPaymentEvidence
Instance Attribute Summary collapse
-
#other_form_of_payment_evidence ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence
Other form of payment evidence.
-
#other_transaction_id ⇒ String?
Other transaction ID.
Instance Method Summary collapse
-
#initialize(other_form_of_payment_evidence: , other_transaction_id: nil) ⇒ Object
constructor
Paid by other means.
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`.
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 3297
|
Instance Attribute Details
#other_form_of_payment_evidence ⇒ Symbol, 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_id ⇒ String?
Other transaction ID.
3295 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 3295 optional :other_transaction_id, String |