Skip to content

Commit

Permalink
SubscriptionSharedOptions should be abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedavis committed Jun 25, 2016
1 parent 9962c24 commit 4f54ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Stripe
{
public class SubscriptionSharedOptions
public abstract class SubscriptionSharedOptions
{
[JsonProperty("application_fee_percent")]
public decimal? ApplicationFeePercent { get; set; }
Expand Down

0 comments on commit 4f54ed1

Please sign in to comment.