Class: Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived
- Defined in:
- lib/increase/models/card_dispute_create_params.rb
Overview
Defined Under Namespace
Modules: CancellationOutcome, DeliveryIssue, MerchantResolutionAttempted Classes: CardholderCancellationPriorToExpectedReceipt, Delayed, DeliveredToWrongLocation, MerchantCancellation, NoCancellation
Instance Attribute Summary collapse
-
#cancellation_outcome ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CancellationOutcome
Cancellation outcome.
-
#cardholder_cancellation_prior_to_expected_receipt ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CardholderCancellationPriorToExpectedReceipt?
Cardholder cancellation prior to expected receipt.
-
#delayed ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::Delayed?
Delayed.
-
#delivered_to_wrong_location ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveredToWrongLocation?
Delivered to wrong location.
-
#delivery_issue ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveryIssue
Delivery issue.
-
#last_expected_receipt_at ⇒ Date
Last expected receipt at.
-
#merchant_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantCancellation?
Merchant cancellation.
-
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantResolutionAttempted
Merchant resolution attempted.
-
#no_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::NoCancellation?
No cancellation.
-
#purchase_info_and_explanation ⇒ String
Purchase information and explanation.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(canceled_at: ) ⇒ Object
constructor
Merchant cancellation.
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(canceled_at: ) ⇒ Object
Merchant cancellation. Required if and only if ‘cancellation_outcome` is `merchant_cancellation`.
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 1928
|
Instance Attribute Details
#cancellation_outcome ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CancellationOutcome
Cancellation outcome.
1861 1862 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1861 required :cancellation_outcome, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CancellationOutcome } |
#cardholder_cancellation_prior_to_expected_receipt ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CardholderCancellationPriorToExpectedReceipt?
Cardholder cancellation prior to expected receipt. Required if and only if ‘cancellation_outcome` is `cardholder_cancellation_prior_to_expected_receipt`.
1895 1896 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1895 optional :cardholder_cancellation_prior_to_expected_receipt, -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::CardholderCancellationPriorToExpectedReceipt } |
#delayed ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::Delayed?
Delayed. Required if and only if ‘delivery_issue` is `delayed`.
1902 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1902 optional :delayed, -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::Delayed } |
#delivered_to_wrong_location ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveredToWrongLocation?
Delivered to wrong location. Required if and only if ‘delivery_issue` is `delivered_to_wrong_location`.
1909 1910 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1909 optional :delivered_to_wrong_location, -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveredToWrongLocation } |
#delivery_issue ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveryIssue
Delivery issue.
1868 1869 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1868 required :delivery_issue, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::DeliveryIssue } |
#last_expected_receipt_at ⇒ Date
Last expected receipt at.
1875 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1875 required :last_expected_receipt_at, Date |
#merchant_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantCancellation?
Merchant cancellation. Required if and only if ‘cancellation_outcome` is `merchant_cancellation`.
1917 1918 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1917 optional :merchant_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantCancellation } |
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantResolutionAttempted
Merchant resolution attempted.
1881 1882 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1881 required :merchant_resolution_attempted, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::MerchantResolutionAttempted } |
#no_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::NoCancellation?
No cancellation. Required if and only if ‘cancellation_outcome` is `no_cancellation`.
1925 1926 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1925 optional :no_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerMerchandiseNotReceived::NoCancellation } |
#purchase_info_and_explanation ⇒ String
Purchase information and explanation.
1888 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 1888 required :purchase_info_and_explanation, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 1971
|