| Modifier and Type | Method and Description |
|---|---|
TransactionData.GatewayInfo |
TransactionData.GatewayInfo.Builder.build() |
TransactionData.GatewayInfo |
TransactionData.GatewayInfo.Builder.buildPartial() |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.getDefaultInstance() |
TransactionData.GatewayInfo |
TransactionData.GatewayInfo.getDefaultInstanceForType() |
TransactionData.GatewayInfo |
TransactionData.GatewayInfo.Builder.getDefaultInstanceForType() |
TransactionData.GatewayInfo |
TransactionData.getGatewayInfo()
Information about the payment gateway's response to the transaction.
|
TransactionData.GatewayInfo |
TransactionData.Builder.getGatewayInfo()
Information about the payment gateway's response to the transaction.
|
TransactionData.GatewayInfo |
TransactionDataOrBuilder.getGatewayInfo()
Information about the payment gateway's response to the transaction.
|
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseDelimitedFrom(InputStream input) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(byte[] data) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(ByteBuffer data) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(com.google.protobuf.ByteString data) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(InputStream input) |
static TransactionData.GatewayInfo |
TransactionData.GatewayInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransactionData.GatewayInfo> |
TransactionData.GatewayInfo.getParserForType() |
static com.google.protobuf.Parser<TransactionData.GatewayInfo> |
TransactionData.GatewayInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionData.GatewayInfo.Builder |
TransactionData.GatewayInfo.Builder.mergeFrom(TransactionData.GatewayInfo other) |
TransactionData.Builder |
TransactionData.Builder.mergeGatewayInfo(TransactionData.GatewayInfo value)
Information about the payment gateway's response to the transaction.
|
static TransactionData.GatewayInfo.Builder |
TransactionData.GatewayInfo.newBuilder(TransactionData.GatewayInfo prototype) |
TransactionData.Builder |
TransactionData.Builder.setGatewayInfo(TransactionData.GatewayInfo value)
Information about the payment gateway's response to the transaction.
|
Copyright © 2023 Google LLC. All rights reserved.