Class: Increase::Models::ACHTransfer::CreatedBy
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::ACHTransfer::CreatedBy
- Defined in:
- lib/increase/models/ach_transfer.rb
Overview
Defined Under Namespace
Modules: Category Classes: APIKey, OAuthApplication, User
Instance Attribute Summary collapse
-
#api_key ⇒ Increase::Models::ACHTransfer::CreatedBy::APIKey?
If present, details about the API key that created the transfer.
-
#category ⇒ Symbol, Increase::Models::ACHTransfer::CreatedBy::Category
The type of object that created this transfer.
-
#oauth_application ⇒ Increase::Models::ACHTransfer::CreatedBy::OAuthApplication?
If present, details about the OAuth Application that created the transfer.
-
#user ⇒ Increase::Models::ACHTransfer::CreatedBy::User?
If present, details about the User that created the transfer.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(name: ) ⇒ Object
constructor
If present, details about the OAuth Application that created the transfer.
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(name: ) ⇒ Object
If present, details about the OAuth Application that created the transfer.
|
|
# File 'lib/increase/models/ach_transfer.rb', line 554
|
Instance Attribute Details
#api_key ⇒ Increase::Models::ACHTransfer::CreatedBy::APIKey?
If present, details about the API key that created the transfer.
534 |
# File 'lib/increase/models/ach_transfer.rb', line 534 required :api_key, -> { Increase::ACHTransfer::CreatedBy::APIKey }, nil?: true |
#category ⇒ Symbol, Increase::Models::ACHTransfer::CreatedBy::Category
The type of object that created this transfer.
540 |
# File 'lib/increase/models/ach_transfer.rb', line 540 required :category, enum: -> { Increase::ACHTransfer::CreatedBy::Category } |
#oauth_application ⇒ Increase::Models::ACHTransfer::CreatedBy::OAuthApplication?
If present, details about the OAuth Application that created the transfer.
546 |
# File 'lib/increase/models/ach_transfer.rb', line 546 required :oauth_application, -> { Increase::ACHTransfer::CreatedBy::OAuthApplication }, nil?: true |
#user ⇒ Increase::Models::ACHTransfer::CreatedBy::User?
If present, details about the User that created the transfer.
552 |
# File 'lib/increase/models/ach_transfer.rb', line 552 required :user, -> { Increase::ACHTransfer::CreatedBy::User }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/ach_transfer.rb', line 594
|