Skip to content

Commit

Permalink
Merge pull request #1195 from stripe/ob-add-email-list-customers
Browse files Browse the repository at this point in the history
Add the ability to list customers via email address
  • Loading branch information
ob-stripe authored Jun 1, 2018
2 parents c27fae5 + 6c974cc commit f7119c3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ public class StripeCustomerListOptions : StripeListOptions
{
[JsonProperty("created")]
public StripeDateFilter Created { get; set; }

[JsonProperty("email")]
public string Email { get; set; }
}
}

0 comments on commit f7119c3

Please sign in to comment.