Module: Schematic::Types::BillingCreditBurnStrategy

Extended by:
Internal::Types::Enum
Defined in:
lib/schematic/types/billing_credit_burn_strategy.rb

Constant Summary collapse

EXPIRATION_PRIORITY =
"expiration_priority"
FIRST_IN_FIRST_OUT =
"first_in_first_out"
LAST_IN_FIRST_OUT =
"last_in_first_out"
PLAN_FIRST_THEN_CREDIT_BUNDLES_FIRST_IN_FIRST_OUT =
"plan_first_then_credit_bundles_first_in_first_out"

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