Skip to content

Commit

Permalink
Merge pull request #74 from Bandwidth/SWI-3217
Browse files Browse the repository at this point in the history
SWI-3217: Update Callback Subscription Expiry to be an Int64
  • Loading branch information
juliajanu authored Aug 2, 2023
2 parents 0cff128 + 73fd2c1 commit 64314c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bandwidth.Iris/Model/Subscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class CallbackSubscription
[XmlElement("URL")]
public string Url { get; set; }
public string User { get; set; }
public int Expiry { get; set; }
public Int64 Expiry { get; set; }
}

public class EmailSubscription
Expand Down

0 comments on commit 64314c0

Please sign in to comment.