Skip to content

Commit

Permalink
Fix json property name for id_number_provided (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe authored and ob-stripe committed Jun 10, 2019
1 parent 2da3f4a commit afdb5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stripe.net/Entities/Persons/Person.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class Person : StripeEntity<Person>, IHasId, IHasObject
/// <summary>
/// Whether the person’s id_number was provided.
/// </summary>
[JsonProperty("id_number_provider")]
[JsonProperty("id_number_provided")]
public bool IdNumberProvided { get; set; }

/// <summary>
Expand Down

0 comments on commit afdb5e0

Please sign in to comment.