Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans
- Defined in:
- lib/increase/models/card_dispute.rb
Overview
Defined Under Namespace
Modules: OtherFormOfPaymentEvidence
Instance Attribute Summary collapse
-
#other_form_of_payment_evidence ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::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: ) ⇒ 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: ) ⇒ Object
Paid by other means. Present if and only if ‘error_reason` is `paid_by_other_means`.
|
|
# File 'lib/increase/models/card_dispute.rb', line 5047
|
Instance Attribute Details
#other_form_of_payment_evidence ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence
Other form of payment evidence.
5038 5039 |
# File 'lib/increase/models/card_dispute.rb', line 5038 required :other_form_of_payment_evidence, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence } |
#other_transaction_id ⇒ String?
Other transaction ID.
5045 |
# File 'lib/increase/models/card_dispute.rb', line 5045 required :other_transaction_id, String, nil?: true |