Class: Courier::Commons::PreferenceStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/commons/types/preference_status.rb

Constant Summary collapse

OPTED_IN =
"OPTED_IN"
OPTED_OUT =
"OPTED_OUT"
REQUIRED =
"REQUIRED"