API Docs / Schemas / SubscriptionDiscountDto

SubscriptionDiscountDto

Response DTO for an active subscription discount on a tenant.

Properties

Name Type Description
discountCodeValuestring

The discount code that was redeemed.

The discount code that was redeemed.

discountPercentinteger

The percentage discount being applied.

The percentage discount being applied.

startDatestring

When the discount started.

When the discount started.

endDatestring

When the discount expires. Null means permanent.

When the discount expires. Null means permanent.

hasBeenBilledboolean

Whether this discount has been applied to at least one billing cycle.
If true, the discount cannot be re-applied after removal.

Whether this discount has been applied to at least one billing cycle.
If true, the discount cannot be re-applied after removal.

JSON Example

{
  "discountCodeValue": "string",
  "discountPercent": 0,
  "startDate": "2024-01-01T00:00:00Z",
  "endDate": "2024-01-01T00:00:00Z",
  "hasBeenBilled": false
}

Used By Operations