Skip to content

Commit 1516d00

Browse files
gitfuftakecy
authored andcommitted
reveal in_app_ownership_type field of in-app section
1 parent 9fb6c82 commit 1516d00

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)