Skip to content

Commit

Permalink
#260: rework SubscriptionBase struct
Browse files Browse the repository at this point in the history
  • Loading branch information
plutov committed May 27, 2024
1 parent cd3344e commit e5db87f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type (
SubscriptionBase struct {
PlanID string `json:"plan_id"`
StartTime *JSONTime `json:"start_time,omitempty"`
EffectiveTime *JSONTime `json:"effective_time,omitempty"`
Quantity string `json:"quantity,omitempty"`
ShippingAmount *Money `json:"shipping_amount,omitempty"`
Subscriber *Subscriber `json:"subscriber,omitempty"`
Expand Down

0 comments on commit e5db87f

Please sign in to comment.