All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Platform.Responses.RedeemGoogleReceiptResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Platform.Responses;

message RedeemGoogleReceiptResponse {
	Status result = 1;
	string transaction_token = 2;

	enum Status {
		UNSET = 0;
		SUCCESS = 1;
		FAILURE = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy