CoursePurchaseSummary

class CoursePurchaseSummary[source]

A summary of a direct course purchase.

scope: Literal['course']

The scope of the purchase.

purchased_item: CoursePrice

The specific, immutable price object that was purchased.

id: str

The id of the transaction.

success_at: datetime

Timestamp when this purchase was successful.

item_purchase_iteration: PurchaseIteration

Which purchase iteration for the exact purchased_item this is.