Skip to content

Commit 64314c0

Browse files
authored
Merge pull request #74 from Bandwidth/SWI-3217
SWI-3217: Update Callback Subscription Expiry to be an Int64
2 parents 0cff128 + 73fd2c1 commit 64314c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bandwidth.Iris/Model/Subscription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class CallbackSubscription
8585
[XmlElement("URL")]
8686
public string Url { get; set; }
8787
public string User { get; set; }
88-
public int Expiry { get; set; }
88+
public Int64 Expiry { get; set; }
8989
}
9090

9191
public class EmailSubscription

0 commit comments

Comments
 (0)