IOfferDetailsUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsUpdateTypeConverter))]
public interface IOfferDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsUpdateTypeConverter))>]
type IOfferDetailsUpdate = interface
    interface IJsonSerializable
Public Interface IOfferDetailsUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
OfferId

Id of the product offering.

PlanId

Id of the product offer plan.

PlanName

Name of the product offer plan.

PublisherId

Id of the product publisher.

TermId

Offer plan term id.

TermUnit

Offer plan term unit.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to