Class: Increase::Models::CheckDepositCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CheckDepositCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/check_deposit_create_params.rb
Overview
Instance Attribute Summary collapse
-
#account_id ⇒ String
The identifier for the Account to deposit the check in.
-
#amount ⇒ Integer
The deposit amount in USD cents.
-
#back_image_file_id ⇒ String
The File containing the check’s back image.
-
#description ⇒ String?
The description you choose to give the Check Deposit, for display purposes only.
-
#front_image_file_id ⇒ String
The File containing the check’s front image.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(account_id: , amount: , back_image_file_id: , front_image_file_id: , description: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see CheckDepositCreateParams 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: , amount: , back_image_file_id: , front_image_file_id: , description: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::CheckDepositCreateParams for more details.
|
|
# File 'lib/increase/models/check_deposit_create_params.rb', line 40
|
Instance Attribute Details
#account_id ⇒ String
The identifier for the Account to deposit the check in.
14 |
# File 'lib/increase/models/check_deposit_create_params.rb', line 14 required :account_id, String |
#amount ⇒ Integer
The deposit amount in USD cents.
20 |
# File 'lib/increase/models/check_deposit_create_params.rb', line 20 required :amount, Integer |
#back_image_file_id ⇒ String
The File containing the check’s back image.
26 |
# File 'lib/increase/models/check_deposit_create_params.rb', line 26 required :back_image_file_id, String |
#description ⇒ String?
The description you choose to give the Check Deposit, for display purposes only.
38 |
# File 'lib/increase/models/check_deposit_create_params.rb', line 38 optional :description, String |
#front_image_file_id ⇒ String
The File containing the check’s front image.
32 |
# File 'lib/increase/models/check_deposit_create_params.rb', line 32 required :front_image_file_id, String |