Class: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails
- Defined in:
- lib/increase/models/simulations/card_authorization_create_params.rb
Defined Under Namespace
Classes: Visa
Instance Attribute Summary collapse
-
#visa ⇒ Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa
Fields specific to the Visa network.
Instance Method Summary collapse
-
#initialize(visa: ) ⇒ Object
constructor
Fields specific to a given card network.
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(visa: ) ⇒ Object
Fields specific to a given card network.
|
|
# File 'lib/increase/models/simulations/card_authorization_create_params.rb', line 240
|
Instance Attribute Details
#visa ⇒ Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa
Fields specific to the Visa network.
238 |
# File 'lib/increase/models/simulations/card_authorization_create_params.rb', line 238 required :visa, -> { Increase::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa } |