CoursePriceWithRefundData#

class CoursePriceWithRefundData[source]#

Option to purchase a course directly, with information on refund state.

is_repurchase: bool#

Would this be a re-purchase for course prince, since a refunded purchase exists.

tag: Literal['course-price']#

This is a price for a course.

course: CourseOfCoursePrice#

The course that is connected to this price.

editable: bool#

Is this price still editable.

id: str#

The id of the price.

currency: Currency#

The currency this price is in.

amount: str#

The amount of the above currency the price is.

refund_period: timedelta#

The amount of time you have to ask for a refund.

tax_behavior: TaxBehavior#

Is tax included or excluded in the price?