Skip to content

Commit

Permalink
Merge pull request #1451 from stripe/ob-remove-valuelist-updated
Browse files Browse the repository at this point in the history
Remove Updated and UpdatedBy from ValueList
  • Loading branch information
ob-stripe authored Jan 3, 2019
2 parents 380ee0f + 8dbbe34 commit 5ced76c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Stripe.net/Entities/Radar/ValueLists/ValueList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,5 @@ public class ValueList : StripeEntity, IHasId, IHasMetadata, IHasObject

[JsonProperty("name")]
public string Name { get; set; }

[JsonProperty("updated")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime Updated { get; set; }

[JsonProperty("updated_by")]
public string UpdatedBy { get; set; }
}
}

0 comments on commit 5ced76c

Please sign in to comment.