File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ type (
76
76
CancellationDatePST string `json:"cancellation_date_pst,omitempty"`
77
77
}
78
78
79
+ // The GracePeriodDate type indicates the grace period date for the subscription
80
+ GracePeriodDate struct {
81
+ GracePeriodDate string `json:"grace_period_expires_date,omitempty"`
82
+ GracePeriodDateMS string `json:"grace_period_expires_date_ms,omitempty"`
83
+ GracePeriodDatePST string `json:"grace_period_expires_date_pst,omitempty"`
84
+ }
85
+
79
86
// The InApp type has the receipt attributes
80
87
InApp struct {
81
88
Quantity string `json:"quantity"`
@@ -120,6 +127,8 @@ type (
120
127
SubscriptionPriceConsentStatus string `json:"price_consent_status"`
121
128
ProductID string `json:"product_id"`
122
129
OriginalTransactionID string `json:"original_transaction_id"`
130
+
131
+ GracePeriodDate
123
132
}
124
133
125
134
// The IAPResponse type has the response properties
You can’t perform that action at this time.
0 commit comments