We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a7d3ba + 35b659c commit 1c60340Copy full SHA for 1c60340
appstore/notification_v2.go
@@ -202,6 +202,7 @@ type (
202
JWSRenewalInfoDecodedPayload struct {
203
AutoRenewProductId string `json:"autoRenewProductId"`
204
AutoRenewStatus AutoRenewStatus `json:"autoRenewStatus"`
205
+ Currency string `json:"currency"`
206
Environment Environment `json:"environment"`
207
ExpirationIntent ExpirationIntent `json:"expirationIntent"`
208
GracePeriodExpiresDate int64 `json:"gracePeriodExpiresDate"`
@@ -213,6 +214,7 @@ type (
213
214
ProductId string `json:"productId"`
215
RecentSubscriptionStartDate int64 `json:"recentSubscriptionStartDate"`
216
RenewalDate int64 `json:"renewalDate"`
217
+ RenewalPrice int64 `json:"renewalPrice"`
218
SignedDate int64 `json:"signedDate"`
219
jwt.RegisteredClaims
220
}
0 commit comments