CardLimitType

public enum CardLimitType : String, Codable

Card limit type enum.

  • Rolling type.

    Declaration

    Swift

    case rolling = "ROLLING"
  • Daily type.

    Declaration

    Swift

    case daily = "DAILY"
  • Monthly type.

    Declaration

    Swift

    case monthly = "MONTHLY"