public static final class RefundPayment.Data extends com.google.protobuf.GeneratedMessage implements RefundPayment.DataOrBuilder
RefundPayment.Data| Modifier and Type | Class and Description |
|---|---|
static class |
RefundPayment.Data.Builder
Protobuf type
RefundPayment.Data |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
TRANSACTION_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static RefundPayment.Data |
getDefaultInstance() |
RefundPayment.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getTransactionId()
required string transaction_id = 1; |
com.google.protobuf.ByteString |
getTransactionIdBytes()
required string transaction_id = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasTransactionId()
required string transaction_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RefundPayment.Data.Builder |
newBuilder() |
static RefundPayment.Data.Builder |
newBuilder(RefundPayment.Data prototype) |
RefundPayment.Data.Builder |
newBuilderForType() |
protected RefundPayment.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RefundPayment.Data |
parseDelimitedFrom(java.io.InputStream input) |
static RefundPayment.Data |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment.Data |
parseFrom(com.google.protobuf.ByteString data) |
static RefundPayment.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RefundPayment.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RefundPayment.Data |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RefundPayment.Data.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TRANSACTION_ID_FIELD_NUMBER
public static RefundPayment.Data getDefaultInstance()
public RefundPayment.Data getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasTransactionId()
required string transaction_id = 1;
the transaction id returned from the payment processor
hasTransactionId in interface RefundPayment.DataOrBuilderpublic java.lang.String getTransactionId()
required string transaction_id = 1;
the transaction id returned from the payment processor
getTransactionId in interface RefundPayment.DataOrBuilderpublic com.google.protobuf.ByteString getTransactionIdBytes()
required string transaction_id = 1;
the transaction id returned from the payment processor
getTransactionIdBytes in interface RefundPayment.DataOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static RefundPayment.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RefundPayment.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RefundPayment.Data.Builder newBuilder()
public RefundPayment.Data.Builder newBuilderForType()
public static RefundPayment.Data.Builder newBuilder(RefundPayment.Data prototype)
public RefundPayment.Data.Builder toBuilder()
protected RefundPayment.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)