Skip to content

Commit

Permalink
Add ProductId parameter to StripePlanListOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Mar 15, 2018
1 parent 7cb8daa commit 8d7df4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Stripe.net/Services/Plans/StripePlanListOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ namespace Stripe
{
public class StripePlanListOptions : StripeListOptions
{
/// <summary>
/// Only return plans for the given product.
/// </summary>
[JsonProperty("product")]
public string ProductId { get; set; }
}
}

0 comments on commit 8d7df4c

Please sign in to comment.