IncentiveType

public enum IncentiveType : String, Codable

Incentive type enum.

  • Card cashback incentive.

    Declaration

    Swift

    case cashback = "CASHBACK"
  • Card boost incentive.

    Declaration

    Swift

    case boost = "BOOST"