Skip to content

Commit

Permalink
Merge pull request #53 from bheesbeen/patch-1
Browse files Browse the repository at this point in the history
Update Objects.cs
  • Loading branch information
bchavez authored Feb 28, 2019
2 parents e0ea975 + 4b20e9b commit cf9aa0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Coinbase/Models/Objects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ public partial class Buy : Entity
public Money Subtotal { get; set; }

[JsonProperty("created_at")]
public DateTimeOffset CreatedAt { get; set; }
public DateTimeOffset? CreatedAt { get; set; }

[JsonProperty("updated_at")]
public DateTimeOffset UpdatedAt { get; set; }
public DateTimeOffset? UpdatedAt { get; set; }

[JsonProperty("committed")]
public bool Committed { get; set; }
Expand Down

0 comments on commit cf9aa0e

Please sign in to comment.