Conversion Class

Definition

Represents the conversion for a subscription from a trial offer to a paid offer.

public sealed class Conversion : Microsoft.Store.PartnerCenter.Models.ResourceBase
type Conversion = class
    inherit ResourceBase
Public NotInheritable Class Conversion
Inherits ResourceBase
Inheritance
Conversion

Constructors

Conversion()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingCycle

Gets or sets the billing cycle. Defines how often the partner is billed for this subscription.

OfferId

Gets or sets the original offer id.

OrderId

Gets or sets the order id.

Quantity

Gets or sets the quantity to be purchased. Defaults to the source subscription quantity.

TargetOfferId

Gets or sets the target offer id.

Applies to