Class: WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data
- Defined in:
- lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb
Overview
Defined Under Namespace
Classes: Address, BusinessRepresentative, LatestVerification
Instance Attribute Summary collapse
-
#address ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::Address?
The physical address associated with this payout account.
-
#business_name ⇒ String?
The company’s legal name.
-
#business_representative ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::BusinessRepresentative?
The business representative for this payout account.
-
#email ⇒ String?
The email address of the representative.
-
#id ⇒ String
The unique identifier for the payout account.
-
#latest_verification ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::LatestVerification?
The latest verification for the connected account.
-
#phone ⇒ String?
The business representative’s phone.
-
#status ⇒ Symbol, ...
The granular calculated statuses reflecting payout account KYC and withdrawal readiness.
Instance Method Summary collapse
-
#initialize(date_of_birth:, first_name:, last_name:, middle_name:) ⇒ Object
constructor
Some parameter documentations has been truncated, see BusinessRepresentative for more details.
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(date_of_birth:, first_name:, last_name:, middle_name:) ⇒ Object
Some parameter documentations has been truncated, see BusinessRepresentative for more details.
The business representative for this payout account
|
|
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 110
|
Instance Attribute Details
#address ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::Address?
The physical address associated with this payout account
67 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 67 required :address, -> { WhopSDK::PayoutAccountStatusUpdatedWebhookEvent::Data::Address }, nil?: true |
#business_name ⇒ String?
The company’s legal name
73 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 73 required :business_name, String, nil?: true |
#business_representative ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::BusinessRepresentative?
The business representative for this payout account
79 80 81 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 79 required :business_representative, -> { WhopSDK::PayoutAccountStatusUpdatedWebhookEvent::Data::BusinessRepresentative }, nil?: true |
#email ⇒ String?
The email address of the representative
87 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 87 required :email, String, nil?: true |
#id ⇒ String
The unique identifier for the payout account.
61 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 61 required :id, String |
#latest_verification ⇒ WhopSDK::Models::PayoutAccountStatusUpdatedWebhookEvent::Data::LatestVerification?
The latest verification for the connected account.
93 94 95 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 93 required :latest_verification, -> { WhopSDK::PayoutAccountStatusUpdatedWebhookEvent::Data::LatestVerification }, nil?: true |
#phone ⇒ String?
The business representative’s phone
101 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 101 required :phone, String, nil?: true |
#status ⇒ Symbol, ...
The granular calculated statuses reflecting payout account KYC and withdrawal readiness.
108 |
# File 'lib/whop_sdk/models/payout_account_status_updated_webhook_event.rb', line 108 required :status, enum: -> { WhopSDK::PayoutAccountCalculatedStatuses }, nil?: true |