Ghost/apps/admin-x-settings/test/utils/responses/offers.json
2023-11-07 17:41:32 +05:30

65 lines
1.9 KiB
JSON

{
"offers": [
{
"id": "6487ea6464fca78ec2fff5fe",
"name": "First offer",
"code": "first-offer",
"display_title": "First offer",
"display_description": "",
"type": "percent",
"cadence": "month",
"amount": 10,
"duration": "once",
"duration_in_months": null,
"currency_restriction": false,
"currency": null,
"status": "active",
"redemption_count": 0,
"tier": {
"id": "645453f4d254799990dd0e22",
"name": "Supporter"
}
},
{
"id": "6487f0c364fca78ec2fff600",
"name": "Second offer",
"code": "second-offer",
"display_title": "Second offer",
"display_description": "",
"type": "percent",
"cadence": "month",
"amount": 12,
"duration": "repeating",
"duration_in_months": 3,
"currency_restriction": false,
"currency": null,
"status": "active",
"redemption_count": 0,
"tier": {
"id": "645453f4d254799990dd0e22",
"name": "Supporter"
}
},
{
"id": "6487f0c364fca78ec2fff600",
"name": "Third offer",
"code": "third-offer",
"display_title": "Third offer",
"display_description": "",
"type": "percent",
"cadence": "month",
"amount": 12,
"duration": "repeating",
"duration_in_months": 3,
"currency_restriction": false,
"currency": null,
"status": "archived",
"redemption_count": 0,
"tier": {
"id": "645453f4d254799990dd0e22",
"name": "Supporter"
}
}
]
}