enum

Stripe::Checkout::Session::TaxIDCollection::Required

Inherits Enum < Comparable < Value < Object

Constants

IfSupported = 0
Never = 1

Instance methods

if_supported?

Returns true if this enum value equals IfSupported

Source
never?

Returns true if this enum value equals Never

Source