PFDiscountType

Objective-C

enum PFDiscountType {}

Swift

enum PFDiscountType : Int

Enum of discount types

  • Introductory discount type

    Declaration

    Objective-C

    PFDiscountTypeIntro

    Swift

    case intro = 0
  • Promotional discount type

    Declaration

    Objective-C

    PFDiscountTypePromo

    Swift

    case promo = 1