enum

Stripe::Checkout::Session::Consent::Promotions

Inherits Enum < Comparable < Value < Object

Constants

OptIn = 0
OptOut = 1

Instance methods

opt_in?

Returns true if this enum value equals OptIn

Source
opt_out?

Returns true if this enum value equals OptOut

Source