Module: Whop_sdk::Types::PaymentRuleConditionOperator

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/types/payment_rule_condition_operator.rb

Constant Summary collapse

EQ =
"eq"
NEQ =
"neq"
GT =
"gt"
GTE =
"gte"
LT =
"lt"
LTE =
"lte"
IN =
"in"
NOT_IN =
"not_in"
CONTAINS =
"contains"
STARTS_WITH =
"starts_with"
ENDS_WITH =
"ends_with"
IN_CIDR =
"in_cidr"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load