Module: CheckoutSdk::Accounts::EntityRequirementPriority

Defined in:
lib/checkout_sdk/accounts/entity_requirement_priority.rb

Overview

Priority of a sub-entity requirement. “critical” if the deadline is within 7 days, otherwise “high” by default.

Constant Summary collapse

HIGH =
'high'
CRITICAL =
'critical'