Skip to main content

ApplicableCampaign

Representation of a campaign

type ApplicableCampaign {
id: Int
info: CampaignInfo
type: CampaignType
}

Fields

id ● Int

The id of the campaign

info ● CampaignInfo

The info of the campaign

type ● CampaignType

The type of campaign

Example

{
"info": {
"description": [
{
"language": "EN",
"value": "String"
}
],
"timeLimit": {
"from": "2024-05-03T11:52:33Z"
}
}
}