TenantCouponUsage

class TenantCouponUsage[source]

A link that represents the usage of a coupon by a user.

scope: Literal['tenant']

The scope of the coupon usage

coupon: TenantCoupon
course: CourseOfTenantCouponUsage

The course for which the coupon was used.

id: str

The id of the coupon usage

success_at: datetime

The moment the coupon was used.

user_id: int

The user that used the coupon.