Skip to content

Commit

Permalink
Merge pull request #165 from makadaw/master
Browse files Browse the repository at this point in the history
Add app_account_token field
  • Loading branch information
takecy authored Jun 17, 2022
2 parents efb50f7 + 2314bf3 commit 12c8f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appstore/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ type (
PromotionalOfferID string `json:"promotional_offer_id"`
SubscriptionGroupIdentifier string `json:"subscription_group_identifier"`
OfferCodeRefName string `json:"offer_code_ref_name,omitempty"`
AppAccountToken string `json:"app_account_token,omitempty"`

IsTrialPeriod string `json:"is_trial_period"`
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
Expand Down

0 comments on commit 12c8f31

Please sign in to comment.