enum

Stripe::Customer::TaxInfoVerification::Status

Inherits Enum / Comparable / Value / Object

Constants

Unverified = 0
Pending = 1
Verified = 2

Instance methods

pending?

Returns true if this enum value equals Pending

Source
unverified?

Returns true if this enum value equals Unverified

Source
verified?

Returns true if this enum value equals Verified

Source