We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a29a966 + 728d11e commit 1e659e4Copy full SHA for 1e659e4
appstore/api/model.go
@@ -102,6 +102,7 @@ type JWSRenewalInfoDecodedPayload struct {
102
RenewalPrice int64 `json:"renewalPrice,omitempty"`
103
Currency string `json:"currency,omitempty"`
104
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
105
+ EligibleWinBackOfferIds []string `json:"eligibleWinBackOfferIds,omitempty"`
106
}
107
108
func (J JWSRenewalInfoDecodedPayload) Valid() error {
0 commit comments