Class: Lithic::Models::NetworkProgram
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::NetworkProgram
- Defined in:
- lib/lithic/models/network_program.rb
Overview
Instance Attribute Summary collapse
-
#default_product_code ⇒ String
Network product ID associated with this program.
-
#name ⇒ String
The name of the network program.
-
#registered_program_identification_number ⇒ String
RPIN value assigned by the network.
-
#token ⇒ String
Lithic-generated unique identifier for the program.
Instance Method Summary collapse
- #initialize(token:, default_product_code:, name:, registered_program_identification_number:) ⇒ Object constructor
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(token:, default_product_code:, name:, registered_program_identification_number:) ⇒ Object
|
|
# File 'lib/lithic/models/network_program.rb', line 31
|
Instance Attribute Details
#default_product_code ⇒ String
Network product ID associated with this program.
17 |
# File 'lib/lithic/models/network_program.rb', line 17 required :default_product_code, String |
#name ⇒ String
The name of the network program.
23 |
# File 'lib/lithic/models/network_program.rb', line 23 required :name, String |
#registered_program_identification_number ⇒ String
RPIN value assigned by the network.
29 |
# File 'lib/lithic/models/network_program.rb', line 29 required :registered_program_identification_number, String |
#token ⇒ String
Lithic-generated unique identifier for the program
11 |
# File 'lib/lithic/models/network_program.rb', line 11 required :token, String |