SKProductDiscountPaymentMode Enum

Definition

Enumerates how a discount price is applied.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKProductDiscountPaymentMode
type SKProductDiscountPaymentMode = 
Inheritance
SKProductDiscountPaymentMode
Attributes

Fields

FreeTrial 2

The discount price is a free trial.

PayAsYouGo 0

The discount is billed to the user.

PayUpFront 1

The discount is applied to an up-front payment.

Applies to