Skip to content

Commit

Permalink
Added sale related stuff to the Offer message
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed May 10, 2018
1 parent 208ea80 commit 84983d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/proto/GooglePlay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ message Offer {
optional SubscriptionTerms subscriptionTerms = 12;
optional string formattedName = 13;
optional string formattedDescription = 14;
optional bool sale = 22;
optional string message = 26;
optional int64 saleEndTimestamp = 30;
optional string saleMessage = 31;
}
message OwnershipInfo {
optional int64 initiationTimestampMsec = 1;
Expand Down

0 comments on commit 84983d5

Please sign in to comment.