Share via


SKProductDiscountPaymentMode Enum

Definition

Enumerates how a discount price is applied.

[ObjCRuntime.Native]
public enum SKProductDiscountPaymentMode
[<ObjCRuntime.Native>]
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.

Applies to