Class: Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb
Overview
Defined Under Namespace
Modules: ChangeCode
Instance Attribute Summary collapse
-
#change_code ⇒ Symbol, Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::ChangeCode
The reason for the notification of change.
-
#corrected_data ⇒ String
The corrected data for the notification of change (e.g., a new routing number).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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, 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(change_code: , corrected_data: , request_options: {}) ⇒ Object
|
|
# File 'lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb', line 24
|
Instance Attribute Details
#change_code ⇒ Symbol, Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::ChangeCode
The reason for the notification of change.
15 16 |
# File 'lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb', line 15 required :change_code, enum: -> { Increase::Simulations::ACHTransferCreateNotificationOfChangeParams::ChangeCode } |
#corrected_data ⇒ String
The corrected data for the notification of change (e.g., a new routing number).
22 |
# File 'lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb', line 22 required :corrected_data, String |