We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e2ee3 commit 206dbe7Copy full SHA for 206dbe7
model.go
@@ -104,6 +104,7 @@ type JWSRenewalInfoDecodedPayload struct {
104
RenewalPrice int64 `json:"renewalPrice,omitempty"`
105
Currency string `json:"currency,omitempty"`
106
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
107
+ EligibleWinBackOfferIds []string `json:"eligibleWinBackOfferIds,omitempty"`
108
}
109
110
func (J JWSRenewalInfoDecodedPayload) Valid() error {
0 commit comments