Skip to content

DoCurious API Reference / types / SeriesOrder

Interface: SeriesOrder

Defined in: types/challengeSeries.types.ts:46

Series Order — purchase of a complete series bundle

Extends

Properties

createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


isGifted

isGifted: boolean

Defined in: types/challengeSeries.types.ts:53


number

number: string

Defined in: types/challengeSeries.types.ts:59


paymentMethod?

optional paymentMethod: string

Defined in: types/challengeSeries.types.ts:57


recipientEmail?

optional recipientEmail: string

Defined in: types/challengeSeries.types.ts:54


recipientId?

optional recipientId: string

Defined in: types/challengeSeries.types.ts:55


seriesId

seriesId: string

Defined in: types/challengeSeries.types.ts:47


shippingMethod?

optional shippingMethod: string

Defined in: types/challengeSeries.types.ts:56


status

status: string

Defined in: types/challengeSeries.types.ts:52


subTotal

subTotal: number

Defined in: types/challengeSeries.types.ts:49


tax

tax: number

Defined in: types/challengeSeries.types.ts:50


total

total: number

Defined in: types/challengeSeries.types.ts:51


transaction?

optional transaction: string

Defined in: types/challengeSeries.types.ts:58


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

Defined in: types/challengeSeries.types.ts:48

DoCurious Platform Documentation