Skip to content

Commit e5db87f

Browse files
committed
#260: rework SubscriptionBase struct
1 parent cd3344e commit e5db87f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subscription.go

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ type (
1111
SubscriptionBase struct {
1212
PlanID string `json:"plan_id"`
1313
StartTime *JSONTime `json:"start_time,omitempty"`
14-
EffectiveTime *JSONTime `json:"effective_time,omitempty"`
1514
Quantity string `json:"quantity,omitempty"`
1615
ShippingAmount *Money `json:"shipping_amount,omitempty"`
1716
Subscriber *Subscriber `json:"subscriber,omitempty"`

0 commit comments

Comments
 (0)