Skip to content

Commit

Permalink
Merge pull request #4 from toggl/enh/add_trial_ends_to_update
Browse files Browse the repository at this point in the history
Update subscriptions.go
  • Loading branch information
brunoTunes authored Nov 26, 2024
2 parents 244aa93 + c5d1d9c commit d600089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subscriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ type UpdateSubscription struct {
CouponCode string `xml:"coupon_code,omitempty"`
RevenueScheduleType string `xml:"revenue_schedule_type,omitempty"`
RemainingBillingCycles NullInt `xml:"remaining_billing_cycles,omitempty"`
ImportedTrial NullBool `xml:"imported_trial,omitempty"`
ImportedTrial NullBool `xml:"imported_trial,omitempty"`
TrialEndsAt NullTime `xml:"trial_ends_at,omitempty"`
RenewalBillingCycles NullInt `xml:"renewal_billing_cycles,omitempty"`
AutoRenew NullBool `xml:"auto_renew,omitempty"`
CustomFields *CustomFields `xml:"custom_fields,omitempty"`
Expand Down

0 comments on commit d600089

Please sign in to comment.