Class: Lithic::Models::ManagementOperationCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ManagementOperationCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/management_operation_create_params.rb
Overview
Defined Under Namespace
Modules: Category, Direction, EventType, OnClosedAccount
Instance Attribute Summary collapse
- #amount ⇒ Integer
- #category ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::Category
- #direction ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::Direction
- #effective_date ⇒ Date
- #event_type ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::EventType
- #financial_account_token ⇒ String
- #memo ⇒ String?
-
#on_closed_account ⇒ Symbol, ...
What to do if the financial account is closed when posting an operation.
- #subtype ⇒ String?
- #token ⇒ String?
- #user_defined_id ⇒ String?
Attributes included from Internal::Type::RequestParameters
Class 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, #initialize, 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
This class inherits a constructor from Lithic::Internal::Type::BaseModel
Instance Attribute Details
#amount ⇒ Integer
13 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 13 required :amount, Integer |
#category ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::Category
18 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 18 required :category, enum: -> { Lithic::ManagementOperationCreateParams::Category } |
#direction ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::Direction
23 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 23 required :direction, enum: -> { Lithic::ManagementOperationCreateParams::Direction } |
#effective_date ⇒ Date
28 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 28 required :effective_date, Date |
#event_type ⇒ Symbol, Lithic::Models::ManagementOperationCreateParams::EventType
33 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 33 required :event_type, enum: -> { Lithic::ManagementOperationCreateParams::EventType } |
#financial_account_token ⇒ String
38 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 38 required :financial_account_token, String |
#memo ⇒ String?
48 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 48 optional :memo, String |
#on_closed_account ⇒ Symbol, ...
What to do if the financial account is closed when posting an operation
54 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 54 optional :on_closed_account, enum: -> { Lithic::ManagementOperationCreateParams::OnClosedAccount } |
#subtype ⇒ String?
59 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 59 optional :subtype, String |
#token ⇒ String?
43 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 43 optional :token, String |
#user_defined_id ⇒ String?
64 |
# File 'lib/lithic/models/management_operation_create_params.rb', line 64 optional :user_defined_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/management_operation_create_params.rb', line 100
|