ChallengeDefinitionModel
Properties
Name | Type | Required | Description |
---|---|---|---|
checkpoint_assign_on | CheckpointAssignOn | ❌ | |
checkpoint_assign_on_amount | float | ❌ | |
created_by | str | ❌ | |
created_on | str | ❌ | |
description | str | ❌ | |
expiration_months | int | ❌ | |
id_ | str | ❌ | |
is_contact_consent_required | bool | ❌ | |
is_scheduled | bool | ❌ | |
modified_by | str | ❌ | |
modified_on | str | ❌ | |
name | str | ❌ | |
required_number_of_checkpoints | int | ❌ | |
scheduled_from | str | ❌ | |
scheduled_to | str | ❌ | |
status | ChallengeDefinitionModelStatus | ❌ | |
links | List[IHypermediaLink] | ❌ |
CheckpointAssignOn
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
RECEIPTTOTAL | str | ✅ | "ReceiptTotal" |
RECEIPTLINEQUANTITY | str | ✅ | "ReceiptLineQuantity" |
RECEIPTLINETOTAL | str | ✅ | "ReceiptLineTotal" |
ChallengeDefinitionModelStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
ALL | str | ✅ | "All" |
ACTIVE | str | ✅ | "Active" |
DRAFT | str | ✅ | "Draft" |
SCHEDULED | str | ✅ | "Scheduled" |
ENDED | str | ✅ | "Ended" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs