We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3344e commit e5db87fCopy full SHA for e5db87f
subscription.go
@@ -11,7 +11,6 @@ type (
11
SubscriptionBase struct {
12
PlanID string `json:"plan_id"`
13
StartTime *JSONTime `json:"start_time,omitempty"`
14
- EffectiveTime *JSONTime `json:"effective_time,omitempty"`
15
Quantity string `json:"quantity,omitempty"`
16
ShippingAmount *Money `json:"shipping_amount,omitempty"`
17
Subscriber *Subscriber `json:"subscriber,omitempty"`
0 commit comments