Class: WhopSDK::Models::LedgerAccountFundsAvailableWebhookEvent::Data::PayoutAccountDetails::LatestVerification

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/whop_sdk/models/ledger_account_funds_available_webhook_event.rb,
sig/whop_sdk/models/ledger_account_funds_available_webhook_event.rbs

Overview

See Also:

  • WhopSDK::Models::LedgerAccountFundsAvailableWebhookEvent::Data::PayoutAccountDetails#latest_verification

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



358
# File 'sig/whop_sdk/models/ledger_account_funds_available_webhook_event.rbs', line 358

def initialize: (

Instance Attribute Details

#idString

The numeric id of the verification record.

Parameters:

  • value (String)

Returns:

  • (String)


484
# File 'lib/whop_sdk/models/ledger_account_funds_available_webhook_event.rb', line 484

required :id, String

#last_error_codeSymbol, ...

An error code for a verification attempt.

Parameters:

  • value (WhopSDK::Models::verification_error_code, nil)

Returns:



490
# File 'lib/whop_sdk/models/ledger_account_funds_available_webhook_event.rb', line 490

required :last_error_code, enum: -> { WhopSDK::VerificationErrorCode }, nil?: true

#last_error_reasonString?

A human-readable explanation of the most recent verification error. Null if no error has occurred.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


497
# File 'lib/whop_sdk/models/ledger_account_funds_available_webhook_event.rb', line 497

required :last_error_reason, String, nil?: true

#statusSymbol, WhopSDK::Models::VerificationStatus

The current status of this verification session.

Parameters:

  • value (WhopSDK::Models::verification_status)

Returns:



503
# File 'lib/whop_sdk/models/ledger_account_funds_available_webhook_event.rb', line 503

required :status, enum: -> { WhopSDK::VerificationStatus }

Instance Method Details

#to_hash{

Returns:

  • ({)


365
# File 'sig/whop_sdk/models/ledger_account_funds_available_webhook_event.rbs', line 365

def to_hash: -> {