Skip to content

Commit

Permalink
Merge pull request #53 from aletoz/master
Browse files Browse the repository at this point in the history
Added JsonProperty to BounceDescription
  • Loading branch information
shawnmclean committed Feb 13, 2014
2 parents cfa08cd + 4b207f2 commit 2ced85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mandrill/Models/WebHookEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public class WebHookMessage
/// <summary>
/// Gets or sets the bounce description.
/// </summary>
[JsonProperty("bounce_description")]
public string BounceDescription { get; set; }

/// <summary>
Expand Down

0 comments on commit 2ced85f

Please sign in to comment.