public interface ValidatePurchaseAppleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getPersist()
Persist the purchase
|
com.google.protobuf.BoolValueOrBuilder |
getPersistOrBuilder()
Persist the purchase
|
java.lang.String |
getReceipt()
Base64 encoded Apple receipt data payload.
|
com.google.protobuf.ByteString |
getReceiptBytes()
Base64 encoded Apple receipt data payload.
|
boolean |
hasPersist()
Persist the purchase
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getReceipt()
Base64 encoded Apple receipt data payload.
string receipt = 1 [json_name = "receipt"];
com.google.protobuf.ByteString getReceiptBytes()
Base64 encoded Apple receipt data payload.
string receipt = 1 [json_name = "receipt"];
boolean hasPersist()
Persist the purchase
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
com.google.protobuf.BoolValue getPersist()
Persist the purchase
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
com.google.protobuf.BoolValueOrBuilder getPersistOrBuilder()
Persist the purchase
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];