We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.apple.com/documentation/appstoreserverapi/offerdiscounttype
apple.RenewalInfo 这个结构体缺少这个字段的定义, 没和官方同步呀!
`
type RenewalInfo struct { jwt.StandardClaims AutoRenewProductId string json:"autoRenewProductId" ... OfferIdentifier string json:"offerIdentifier" OfferType int64 json:"offerType" // 1:An introductory offer. 2:A promotional offer. 3:An offer with a subscription offer code. ... }
json:"autoRenewProductId"
json:"offerIdentifier"
json:"offerType"
The text was updated successfully, but these errors were encountered:
@yxw2014 好的,后续补充,最新 commit 已经增加字段
Sorry, something went wrong.
No branches or pull requests
https://developer.apple.com/documentation/appstoreserverapi/offerdiscounttype
apple.RenewalInfo 这个结构体缺少这个字段的定义, 没和官方同步呀!
`
type RenewalInfo struct {
jwt.StandardClaims
AutoRenewProductId string
json:"autoRenewProductId"
...
OfferIdentifier string
json:"offerIdentifier"
OfferType int64
json:"offerType"
// 1:An introductory offer. 2:A promotional offer. 3:An offer with a subscription offer code....
}
`
The text was updated successfully, but these errors were encountered: