CoursePurchaseSummary#

class CoursePurchaseSummary[source]#

A summary of a direct course purchase.

scope: Literal['course']#

The scope of the purchase.

id: str#

The id of the transaction.

success_at: datetime#

Timestamp when the purchase was successful.

purchased_item: CoursePrice#

The specific, immutable price object that was purchased.