CardLimitType public enum CardLimitType : String, Codable Card limit type enum. rolling Rolling type. Declaration Swift case rolling = "ROLLING" daily Daily type. Declaration Swift case daily = "DAILY" monthly Monthly type. Declaration Swift case monthly = "MONTHLY"