Module: Payabli::Types::CaseTrigger

Extended by:
Internal::Types::Enum
Defined in:
lib/payabli/types/case_trigger.rb

Constant Summary collapse

SUBMIT =
"Submit"
VERIFY =
"Verify"
REQUEST_REVIEW =
"RequestReview"
ASSIGN =
"Assign"
REQUEST_RESPONSE =
"RequestResponse"
ESCALATE =
"Escalate"
APPROVE =
"Approve"
AUTO_APPROVE =
"AutoApprove"
REQUEST_COMPLETION =
"RequestCompletion"
COMPLETE =
"Complete"
DENY =
"Deny"
ERROR =
"Error"

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