Class: Increase::Models::CardDisputeCreateParams::Visa::ConsumerCanceledRecurringTransaction::MerchantContactMethods
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDisputeCreateParams::Visa::ConsumerCanceledRecurringTransaction::MerchantContactMethods
- Defined in:
- lib/increase/models/card_dispute_create_params.rb
Overview
Instance Attribute Summary collapse
-
#application_name ⇒ String?
Application name.
-
#call_center_phone_number ⇒ String?
Call center phone number.
-
#email_address ⇒ String?
Email address.
-
#in_person_address ⇒ String?
In person address.
-
#mailing_address ⇒ String?
Mailing address.
-
#text_phone_number ⇒ String?
Text phone number.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#application_name ⇒ String?
Application name.
788 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 788 optional :application_name, String |
#call_center_phone_number ⇒ String?
Call center phone number.
794 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 794 optional :call_center_phone_number, String |
#email_address ⇒ String?
Email address.
800 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 800 optional :email_address, String |
#in_person_address ⇒ String?
In person address.
806 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 806 optional :in_person_address, String |
#mailing_address ⇒ String?
Mailing address.
812 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 812 optional :mailing_address, String |
#text_phone_number ⇒ String?
Text phone number.
818 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 818 optional :text_phone_number, String |