Class: Increase::Models::DigitalCardProfileCloneParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::DigitalCardProfileCloneParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/digital_card_profile_clone_params.rb
Overview
Defined Under Namespace
Classes: TextColor
Instance Attribute Summary collapse
-
#app_icon_file_id ⇒ String?
The identifier of the File containing the card’s icon image.
-
#background_image_file_id ⇒ String?
The identifier of the File containing the card’s front image.
-
#card_description ⇒ String?
A user-facing description for the card itself.
-
#contact_email ⇒ String?
An email address the user can contact to receive support for their card.
-
#contact_phone ⇒ String?
A phone number the user can contact to receive support for their card.
-
#contact_website ⇒ String?
A website the user can visit to view and receive support for their card.
-
#description ⇒ String?
A description you can use to identify the Card Profile.
-
#issuer_name ⇒ String?
A user-facing description for whoever is issuing the card.
-
#text_color ⇒ Increase::Models::DigitalCardProfileCloneParams::TextColor?
The Card’s text color, specified as an RGB triple.
Attributes included from Internal::Type::RequestParameters
Method Summary
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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
#app_icon_file_id ⇒ String?
The identifier of the File containing the card’s icon image.
14 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 14 optional :app_icon_file_id, String |
#background_image_file_id ⇒ String?
The identifier of the File containing the card’s front image.
20 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 20 optional :background_image_file_id, String |
#card_description ⇒ String?
A user-facing description for the card itself.
26 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 26 optional :card_description, String |
#contact_email ⇒ String?
An email address the user can contact to receive support for their card.
32 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 32 optional :contact_email, String |
#contact_phone ⇒ String?
A phone number the user can contact to receive support for their card.
38 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 38 optional :contact_phone, String |
#contact_website ⇒ String?
A website the user can visit to view and receive support for their card.
44 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 44 optional :contact_website, String |
#description ⇒ String?
A description you can use to identify the Card Profile.
50 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 50 optional :description, String |
#issuer_name ⇒ String?
A user-facing description for whoever is issuing the card.
56 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 56 optional :issuer_name, String |
#text_color ⇒ Increase::Models::DigitalCardProfileCloneParams::TextColor?
The Card’s text color, specified as an RGB triple. The default is white.
62 |
# File 'lib/increase/models/digital_card_profile_clone_params.rb', line 62 optional :text_color, -> { Increase::DigitalCardProfileCloneParams::TextColor } |