PFDiscountType
Objective-C
enum PFDiscountType {}
Swift
enum PFDiscountType : Int
Enum of discount types
-
Introductory discount type
Declaration
Objective-C
PFDiscountTypeIntroSwift
case intro = 0 -
Promotional discount type
Declaration
Objective-C
PFDiscountTypePromoSwift
case promo = 1
View on GitHub
PFDiscountType Enumeration Reference