Module: Dinie::CustomerStatus

Defined in:
lib/dinie/generated/types/customer.rb

Constant Summary collapse

CREATING =
"creating"
PENDING_KYC =
"pending_kyc"
UNDER_REVIEW =
"under_review"
ACTIVE =
"active"
DENIED =
"denied"
ALL =
[CREATING, PENDING_KYC, UNDER_REVIEW, ACTIVE, DENIED].freeze