Skip to content

Commit 8f8b4c2

Browse files
authored
Merge pull request #154 from awa/get_in_app_ownership_type_for_inapp
Reveal in_app_ownership_type field of in-app section
2 parents 9fb6c82 + 1516d00 commit 8f8b4c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appstore/model.go

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ type (
119119

120120
CancellationDate
121121
CancellationReason string `json:"cancellation_reason,omitempty"`
122+
123+
InAppOwnershipType string `json:"in_app_ownership_type,omitempty"`
122124
}
123125

124126
// The Receipt type has whole data of receipt

0 commit comments

Comments
 (0)