enum

Stripe::Price::TaxBehavior

Inherits Enum < Comparable < Value < Object

Constants

Exclusive = 0
Inclusive = 1
Unspecified = 2

Instance methods

exclusive?

Returns true if this enum value equals Exclusive

Source
inclusive?

Returns true if this enum value equals Inclusive

Source
unspecified?

Returns true if this enum value equals Unspecified

Source