Module: Whop_sdk::Payouts::Types::PostPayoutMethodCreatedPayloadDataBankVerificationState

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/payouts/types/post_payout_method_created_payload_data_bank_verification_state.rb

Constant Summary collapse

CHECKING =
"checking"
VERIFIED =
"verified"
NO_DATA =
"no_data"
WARNING =
"warning"
BROKEN =
"broken"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load