Skip to main content

CouponDuration

The possible coupon durations.

enum CouponDuration {
FOREVER
ONCE
REPEATING
}

Values

CouponDuration.FOREVER

Applies to all charges from a subscription with this coupon applied.

CouponDuration.ONCE

Applies to the first charge from a subscription with this coupon applied.

CouponDuration.REPEATING

Applies to charges in the first duration_in_months months from a subscription with this coupon applied.

Member of

Coupon object