We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51022b2 + 8989b33 commit 9012e15Copy full SHA for 9012e15
appstore/model.go
@@ -92,6 +92,7 @@ type (
92
WebOrderLineItemID string `json:"web_order_line_item_id,omitempty"`
93
PromotionalOfferID string `json:"promotional_offer_id"`
94
SubscriptionGroupIdentifier string `json:"subscription_group_identifier"`
95
+ OfferCodeRefName string `json:"offer_code_ref_name,omitempty"`
96
97
IsTrialPeriod string `json:"is_trial_period"`
98
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
@@ -131,6 +132,7 @@ type (
131
132
SubscriptionPriceConsentStatus string `json:"price_consent_status"`
133
ProductID string `json:"product_id"`
134
OriginalTransactionID string `json:"original_transaction_id"`
135
136
137
GracePeriodDate
138
}
0 commit comments