Module: Schematic::Types::EntitlementPriceBehavior
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/entitlement_price_behavior.rb
Constant Summary collapse
- CREDIT_BURNDOWN =
"credit_burndown"- OVERAGE =
"overage"- PAY_AS_YOU_GO =
"pay_as_you_go"- PAY_IN_ADVANCE =
"pay_in_advance"- TIER =
"tier"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values