Enum for renewal price policies

Enumeration Members

RENEWAL_PRICE_POLICY_ALWAYS: 7

RENEWAL_PRICE_POLICY_ALWAYS - Always renew

RENEWAL_PRICE_POLICY_IF_EQUAL: 3

RENEWAL_PRICE_POLICY_IF_EQUAL - Renew if the current price is equal to the previous price

RENEWAL_PRICE_POLICY_IF_GREATER: 5

RENEWAL_PRICE_POLICY_IF_GREATER - Renew if the current price is greater than the previous price

RENEWAL_PRICE_POLICY_IF_GREATER_OR_EQUAL: 6

RENEWAL_PRICE_POLICY_IF_GREATER_OR_EQUAL - Renew if the current price is greater than or equal to the previous price

RENEWAL_PRICE_POLICY_IF_LESSER: 1

RENEWAL_PRICE_POLICY_IF_LESSER - Renew if the current price is lesser than the previous price

RENEWAL_PRICE_POLICY_IF_LESSER_OR_EQUAL: 2

RENEWAL_PRICE_POLICY_IF_LESSER_OR_EQUAL - Renew if the current price is lesser than or equal to the previous price

RENEWAL_PRICE_POLICY_IF_NOT_EQUAL: 4

RENEWAL_PRICE_POLICY_IF_NOT_EQUAL - Renew if the current price is not equal to the previous price

RENEWAL_PRICE_POLICY_UNSPECIFIED: 0

RENEWAL_PRICE_POLICY_UNSPECIFIED - Default value, do not renew

UNRECOGNIZED: -1

Generated using TypeDoc