Appearance
DoCurious API Reference / types / Order
Interface: Order
Defined in: types/order.types.ts:19
Purchase order for a paid challenge
Extends
Properties
amount
amount:
number
Defined in: types/order.types.ts:24
challengeId
challengeId:
string
Defined in: types/order.types.ts:21
challengeTitle
challengeTitle:
string
Defined in: types/order.types.ts:23
createdAt
createdAt:
string
Defined in: types/common.types.ts:154
ISO 8601 datetime when the entity was created
Inherited from
currency
currency:
string
Defined in: types/order.types.ts:25
fulfillmentType?
optionalfulfillmentType:FulfillmentType
Defined in: types/order.types.ts:28
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
orderStatus
orderStatus:
OrderStatus
Defined in: types/order.types.ts:27
paymentStatus
paymentStatus:
PaymentStatus
Defined in: types/order.types.ts:26
purchasedAt
purchasedAt:
string
Defined in: types/order.types.ts:29
updatedAt
updatedAt:
string
Defined in: types/common.types.ts:156
ISO 8601 datetime when the entity was last modified
Inherited from
userId
userId:
string
Defined in: types/order.types.ts:20
userName
userName:
string
Defined in: types/order.types.ts:22