Skip to content

Commit

Permalink
feat(CompareComplyV1): Add address as a possible Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed Feb 12, 2019
1 parent 60f1616 commit b34a782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CompareComplyV1/Models/Attribute.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public struct Attribute: Codable, Equatable {
The type of attribute.
*/
public enum TypeEnum: String {
case address = "Address"
case currency = "Currency"
case datetime = "DateTime"
case location = "Location"
Expand Down

0 comments on commit b34a782

Please sign in to comment.