Skip to content

Commit

Permalink
Made date optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Jun 26, 2018
1 parent e1f5993 commit f55ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Telesign/API/SubTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public struct Status: TelesignModel {
/// A text description of the status code.
var description: String
/// This is a timestamp showing when your transaction status was updated last.
var updatedOn: Date
var updatedOn: Date?

public enum CodingKeys: String, CodingKey {
case code
Expand Down

0 comments on commit f55ddc3

Please sign in to comment.