Skip to main content

DiscountType

The possible discount types.

enum DiscountType {
ACCOUNT
SUBSCRIPTION
}

Values

DiscountType.ACCOUNT

Discount being used on this account was applied to the account.

DiscountType.SUBSCRIPTION

Discount being used on this account was applied to the subscription.

Member of

Discount object