SavingsSettingsResponse

data class SavingsSettingsResponse(val azureOfferCode: String? = null, val savingsOptions: String? = null)

Savings settings class.

Constructors

Link copied to clipboard
constructor(azureOfferCode: String? = null, savingsOptions: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val azureOfferCode: String? = null

Gets or sets the Azure offer code.

Link copied to clipboard
val savingsOptions: String? = null

Gets or sets the savings options.