SKProductDiscountPaymentMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
PayAsYouGo | 0 | The discount is billed to the user. |
PayUpFront | 1 | The discount is applied to an up-front payment. |
FreeTrial | 2 | The discount price is a free trial. |