Class: Increase::Models::ACHPrenotificationCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::ACHPrenotificationCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/ach_prenotification_create_params.rb
Overview
Defined Under Namespace
Modules: CreditDebitIndicator, StandardEntryClassCode
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Increase identifier for the account that will send the ACH Prenotification.
-
#account_number ⇒ String
The account number for the destination account.
-
#addendum ⇒ String?
Additional information that will be sent to the recipient.
-
#company_descriptive_date ⇒ String?
The description of the date of the ACH Prenotification.
-
#company_discretionary_data ⇒ String?
The data you choose to associate with the ACH Prenotification.
-
#company_entry_description ⇒ String?
The description you wish to be shown to the recipient.
-
#company_name ⇒ String?
The name by which the recipient knows you.
-
#credit_debit_indicator ⇒ Symbol, ...
Whether the Prenotification is for a future debit or credit.
-
#effective_date ⇒ Date?
The ACH Prenotification effective date in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.
-
#individual_id ⇒ String?
Your identifier for the recipient.
-
#individual_name ⇒ String?
The name of therecipient.
-
#routing_number ⇒ String
The American Bankers’ Association (ABA) Routing Transit Number (RTN) for the destination account.
-
#standard_entry_class_code ⇒ Symbol, ...
The Standard Entry Class (SEC) code to use for the ACH Prenotification.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(account_id: , account_number: , routing_number: , addendum: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, credit_debit_indicator: nil, effective_date: nil, individual_id: nil, individual_name: nil, standard_entry_class_code: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ACHPrenotificationCreateParams for more details.
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(account_id: , account_number: , routing_number: , addendum: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, credit_debit_indicator: nil, effective_date: nil, individual_id: nil, individual_name: nil, standard_entry_class_code: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::ACHPrenotificationCreateParams for more details.
|
|
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 93
|
Instance Attribute Details
#account_id ⇒ String
The Increase identifier for the account that will send the ACH Prenotification.
14 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 14 required :account_id, String |
#account_number ⇒ String
The account number for the destination account.
20 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 20 required :account_number, String |
#addendum ⇒ String?
Additional information that will be sent to the recipient.
33 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 33 optional :addendum, String |
#company_descriptive_date ⇒ String?
The description of the date of the ACH Prenotification.
39 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 39 optional :company_descriptive_date, String |
#company_discretionary_data ⇒ String?
The data you choose to associate with the ACH Prenotification.
45 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 45 optional :company_discretionary_data, String |
#company_entry_description ⇒ String?
The description you wish to be shown to the recipient.
51 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 51 optional :company_entry_description, String |
#company_name ⇒ String?
The name by which the recipient knows you.
57 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 57 optional :company_name, String |
#credit_debit_indicator ⇒ Symbol, ...
Whether the Prenotification is for a future debit or credit.
63 64 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 63 optional :credit_debit_indicator, enum: -> { Increase::ACHPrenotificationCreateParams::CreditDebitIndicator } |
#effective_date ⇒ Date?
The ACH Prenotification effective date in [ISO 8601](en.wikipedia.org/wiki/ISO_8601) format.
71 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 71 optional :effective_date, Date |
#individual_id ⇒ String?
Your identifier for the recipient.
77 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 77 optional :individual_id, String |
#individual_name ⇒ String?
The name of therecipient. This value is informational and not verified by the recipient’s bank.
84 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 84 optional :individual_name, String |
#routing_number ⇒ String
The American Bankers’ Association (ABA) Routing Transit Number (RTN) for the destination account.
27 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 27 required :routing_number, String |
#standard_entry_class_code ⇒ Symbol, ...
The Standard Entry Class (SEC) code to use for the ACH Prenotification.
90 91 |
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 90 optional :standard_entry_class_code, enum: -> { Increase::ACHPrenotificationCreateParams::StandardEntryClassCode } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/ach_prenotification_create_params.rb', line 135
|