public interface ValidatePurchaseGoogleRequestOrBuilder
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 |
getPurchase()
JSON encoded Google purchase payload.
|
com.google.protobuf.ByteString |
getPurchaseBytes()
JSON encoded Google purchase payload.
|
boolean |
hasPersist()
Persist the purchase
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPurchase()
JSON encoded Google purchase payload.
string purchase = 1 [json_name = "purchase"];com.google.protobuf.ByteString getPurchaseBytes()
JSON encoded Google purchase payload.
string purchase = 1 [json_name = "purchase"];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"];