public interface ValidateSubscriptionAppleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getPersist()
Persist the subscription.
|
com.google.protobuf.BoolValueOrBuilder |
getPersistOrBuilder()
Persist the subscription.
|
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 subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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 subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];com.google.protobuf.BoolValue getPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];com.google.protobuf.BoolValueOrBuilder getPersistOrBuilder()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];