Class: MethodRuby::Models::Entities::ManualConnectCreateParams::Tradeline::NarrativeCode
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Entities::ManualConnectCreateParams::Tradeline::NarrativeCode
- Defined in:
- lib/method_ruby/models/entities/manual_connect_create_params.rb
Instance Attribute Summary collapse
-
#code ⇒ String?
The narrative code.
-
#description ⇒ String?
The description of the narrative code.
Instance Method Summary collapse
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(balance:, closed_at:, credit_limit:, creditor_code:, creditor_name:, delinquency_charge_off_amount:, delinquency_first_start_date:, designator_code:, highest_balance:, last_activity_date:, last_payment_amount:, last_payment_date:, narrative_codes:, next_payment_due_date:, next_payment_minimum_amount:, number:, opened_at:, past_due_amount:, payment_history:, portfolio_type_code:, reported_date:, term:, type_code:, external_id: nil) ⇒ Object
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 |
# File 'lib/method_ruby/models/entities/manual_connect_create_params.rb', line 261 class NarrativeCode < MethodRuby::Internal::Type::BaseModel # @!attribute code # The narrative code. # # @return [String, nil] optional :code, String, nil?: true # @!attribute description # The description of the narrative code. # # @return [String, nil] optional :description, String, nil?: true # @!method initialize(code: nil, description: nil) # @param code [String, nil] The narrative code. # # @param description [String, nil] The description of the narrative code. end |
Instance Attribute Details
#code ⇒ String?
The narrative code.
266 |
# File 'lib/method_ruby/models/entities/manual_connect_create_params.rb', line 266 optional :code, String, nil?: true |
#description ⇒ String?
The description of the narrative code.
272 |
# File 'lib/method_ruby/models/entities/manual_connect_create_params.rb', line 272 optional :description, String, nil?: true |