Hide response attributes Show response attributes object
-
id
string(uuid) The id of the offer.
-
name
string | null The name of the offer.
-
description
string | null The offer description.
-
imageUrl
string | null The offer image URL.
-
offerType
object The offer type. Possible values: License, LicenseLegacy, SoftwareSubscription, PerpetualSoftware, AzurePlan, AzureReservation, AzureLegacy or AzureSavingsPlan.
Additional properties are NOT allowed.
-
billingType
object The billing type for the offer. Possible values: License, Usage or None
Additional properties are NOT allowed.
-
prices
array[object] | null The offer prices.
View model that represents an offer price.
-
providerName
string | null The offer provider name.
-
providerInstanceId
string(uuid) | null The provider's instance identifier.
-
isAddon
boolean The value indicating whether this offer is addon.
-
minQuantity
integer(int32) The minimum quantity for this offer.
-
maxQuantity
integer(int32) The maximum quantity for this offer.
-
hasPreRequisites
boolean The value indicating whether this offer has pre requisite offers.
-
preRequisites
array[string] | null The list of pre requisite offers ids.
-
isTrial
boolean The value indicating whether this offer is a trial.
-
providerOfferId
string | null The provider's offer identifier.
-
isDeleted
boolean A Value indicating whether this offer is deleted and cannot be provisioned.