Skip to content

Commit

Permalink
Remove Updated and UpdatedBy from ValueList
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jan 3, 2019
1 parent 380ee0f commit 8dbbe34
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 8dbbe34

Please sign in to comment.