Class: Increase::Models::CardDispute::Visa::NetworkEvent::Represented
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::NetworkEvent::Represented
- Defined in:
- lib/increase/models/card_dispute.rb,
sig/increase/models/card_dispute.rbs
Overview
Defined Under Namespace
Modules: Reason Classes: CardholderNoLongerDisputes, CreditOrReversalProcessed, InvalidDispute, NonFiatCurrencyOrNonFungibleTokenAsDescribed, NonFiatCurrencyOrNonFungibleTokenReceived, ProofOfCashDisbursement, ReversalIssued
Instance Attribute Summary collapse
-
#cardholder_no_longer_disputes ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?
Cardholder no longer disputes details.
-
#credit_or_reversal_processed ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?
Credit or reversal processed details.
-
#invalid_dispute ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?
Invalid dispute details.
-
#non_fiat_currency_or_non_fungible_token_as_described ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?
Non-fiat currency or non-fungible token as described details.
-
#non_fiat_currency_or_non_fungible_token_received ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?
Non-fiat currency or non-fungible token received details.
-
#proof_of_cash_disbursement ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?
Proof of cash disbursement details.
-
#reason ⇒ Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::Reason
The reason the merchant re-presented the dispute.
-
#reversal_issued ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ReversalIssued?
Reversal issued by merchant details.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(explanation:) ⇒ Object
constructor
Proof of cash disbursement details.
- #to_hash ⇒ {
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(explanation:) ⇒ Object
Proof of cash disbursement details. Present if and only if reason is
proof_of_cash_disbursement.
|
|
# File 'lib/increase/models/card_dispute.rb', line 1261
|
Instance Attribute Details
#cardholder_no_longer_disputes ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?
Cardholder no longer disputes details. Present if and only if reason is
cardholder_no_longer_disputes.
1192 1193 1194 1195 1196 |
# File 'lib/increase/models/card_dispute.rb', line 1192 required :cardholder_no_longer_disputes, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes }, nil?: true |
#credit_or_reversal_processed ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?
Credit or reversal processed details. Present if and only if reason is
credit_or_reversal_processed.
1203 1204 1205 |
# File 'lib/increase/models/card_dispute.rb', line 1203 required :credit_or_reversal_processed, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed }, nil?: true |
#invalid_dispute ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?
Invalid dispute details. Present if and only if reason is invalid_dispute.
1211 1212 1213 |
# File 'lib/increase/models/card_dispute.rb', line 1211 required :invalid_dispute, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute }, nil?: true |
#non_fiat_currency_or_non_fungible_token_as_described ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?
Non-fiat currency or non-fungible token as described details. Present if and
only if reason is non_fiat_currency_or_non_fungible_token_as_described.
1220 1221 1222 1223 1224 |
# File 'lib/increase/models/card_dispute.rb', line 1220 required :non_fiat_currency_or_non_fungible_token_as_described, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed }, nil?: true |
#non_fiat_currency_or_non_fungible_token_received ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?
Non-fiat currency or non-fungible token received details. Present if and only if
reason is non_fiat_currency_or_non_fungible_token_received.
1231 1232 1233 1234 1235 |
# File 'lib/increase/models/card_dispute.rb', line 1231 required :non_fiat_currency_or_non_fungible_token_received, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived }, nil?: true |
#proof_of_cash_disbursement ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?
Proof of cash disbursement details. Present if and only if reason is
proof_of_cash_disbursement.
1242 1243 1244 |
# File 'lib/increase/models/card_dispute.rb', line 1242 required :proof_of_cash_disbursement, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement }, nil?: true |
#reason ⇒ Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::Reason
The reason the merchant re-presented the dispute.
1250 |
# File 'lib/increase/models/card_dispute.rb', line 1250 required :reason, enum: -> { Increase::CardDispute::Visa::NetworkEvent::Represented::Reason } |
#reversal_issued ⇒ Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ReversalIssued?
Reversal issued by merchant details. Present if and only if reason is
reversal_issued.
1257 1258 1259 |
# File 'lib/increase/models/card_dispute.rb', line 1257 required :reversal_issued, -> { Increase::CardDispute::Visa::NetworkEvent::Represented::ReversalIssued }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute.rb', line 1499
|
Instance Method Details
#to_hash ⇒ {
793 |
# File 'sig/increase/models/card_dispute.rbs', line 793
def to_hash: -> {
|