Enum ISN_SKPaymentMode
Values representing the payment modes for a product discount.
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_SKPaymentMode
Fields
Name | Description |
---|---|
SKProductDiscountPaymentModeFreeTrial | A constant that indicates that the payment mode is a free trial. |
SKProductDiscountPaymentModePayAsYouGo | A constant indicating that the payment mode of a product discount is billed over a single or multiple billing periods |
SKProductDiscountPaymentModePayUpFront | A constant indicating that the payment mode of a product discount is paid up front. |