Skip to content

Commit

Permalink
Merge pull request #1246 from ees37/ees37-add-susbcription-start-date
Browse files Browse the repository at this point in the history
Add SubscriptionStartDate to InvoiceParams (to use with GetNext)
  • Loading branch information
richardm-stripe authored Feb 3, 2021
2 parents c121e1d + 92f5d09 commit 90e630f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ type InvoiceParams struct {
SubscriptionProrationBehavior *string `form:"subscription_proration_behavior"`
SubscriptionProrationDate *int64 `form:"subscription_proration_date"`
SubscriptionQuantity *int64 `form:"subscription_quantity"`
SubscriptionStartDate *int64 `form:"subscription_start_date"`
SubscriptionTrialEnd *int64 `form:"subscription_trial_end"`
SubscriptionTrialFromPlan *bool `form:"subscription_trial_from_plan"`
}
Expand Down

0 comments on commit 90e630f

Please sign in to comment.