@@ -11314,6 +11314,57 @@ components:
11314
11314
type: object
11315
11315
description: Account object
11316
11316
properties:
11317
+ active_promotions:
11318
+ type: array
11319
+ items:
11320
+ type: object
11321
+ readOnly: true
11322
+ description: |
11323
+ A list of active promotions on your account. Promotions generally
11324
+ offer a set amount of credit that can be used toward your Linode
11325
+ services, and the promotion expires after a specified date. As well,
11326
+ a monthly cap on the promotional offer is set.
11327
+
11328
+ Simply put, a promotion offers a certain amount of credit every
11329
+ month, until either the expiration date is passed, or until the total
11330
+ promotional credit is used, whichever comes first.
11331
+ properties:
11332
+ credit_monthly_cap:
11333
+ type: string
11334
+ description: >
11335
+ The amount available to spend per month.
11336
+ example: "10.00"
11337
+ credit_remaining:
11338
+ type: string
11339
+ description: >
11340
+ The total amount of credit left for this promotion.
11341
+ example: "50.00"
11342
+ description:
11343
+ type: string
11344
+ description: >
11345
+ A detailed description of this promotion.
11346
+ example: "Receive up to $10 off your services every month for 6 months! Unused credits will expire once this promotion period ends."
11347
+ expire_dt:
11348
+ type: string
11349
+ description: >
11350
+ When this promotion's credits expire.
11351
+ example: '2018-01-31T23:59:59'
11352
+ image_url:
11353
+ type: string
11354
+ description: >
11355
+ The location of an image for this promotion.
11356
+ example: "https://linode.com/10_a_month_promotion.svg"
11357
+ summary:
11358
+ type: string
11359
+ description: >
11360
+ Short details of this promotion.
11361
+ example: "$10 off your Linode a month!"
11362
+ this_month_credit_remaining:
11363
+ type: string
11364
+ description: >
11365
+ The amount of credit left for this month for this promotion.
11366
+ example: "10.00"
11367
+
11317
11368
active_since:
11318
11369
type: string
11319
11370
format: date-time
@@ -14940,6 +14991,7 @@ components:
14940
14991
- ticket_abuse
14941
14992
- notice
14942
14993
- maintenance
14994
+ - promotion
14943
14995
readOnly: true
14944
14996
description: The type of Notification this is.
14945
14997
example: ticket_important
0 commit comments