Class: WhopSDK::Models::TransferCreateResponse::Transfer::Destination::Company
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::TransferCreateResponse::Transfer::Destination::Company
- Defined in:
- lib/whop_sdk/models/transfer_create_response.rb,
sig/whop_sdk/models/transfer_create_response.rbs
Instance Attribute Summary collapse
-
#id ⇒ String
Account ID.
-
#route ⇒ String?
Account route.
-
#title ⇒ String?
Account display name.
- #typename ⇒ Symbol, :Company
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
96 |
# File 'sig/whop_sdk/models/transfer_create_response.rbs', line 96
def initialize: (
|
Instance Attribute Details
#id ⇒ String
Account ID.
129 |
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 129 required :id, String |
#route ⇒ String?
Account route.
140 |
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 140 optional :route, String, nil?: true |
#title ⇒ String?
Account display name.
146 |
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 146 optional :title, String, nil?: true |
#typename ⇒ Symbol, :Company
134 |
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 134 required :typename, const: :Company |
Instance Method Details
#to_hash ⇒ {
103 |
# File 'sig/whop_sdk/models/transfer_create_response.rbs', line 103
def to_hash: -> {
|