OPPCheckoutThemeStyle

@objc
public enum OPPCheckoutThemeStyle : Int

An enumeration of possible options to proceed STC Pay payment.

  • Ready to use light style for the payment pages.

    Declaration

    Swift

    case light
  • Ready to use dark style for the payment pages.

    Declaration

    Swift

    case dark