| Modifier and Type | Method and Description |
|---|---|
TransactionData.Address |
TransactionData.Address.Builder.build() |
TransactionData.Address |
TransactionData.Address.Builder.buildPartial() |
TransactionData.Address |
TransactionData.getBillingAddress()
Address associated with the payment method when applicable.
|
TransactionData.Address |
TransactionData.Builder.getBillingAddress()
Address associated with the payment method when applicable.
|
TransactionData.Address |
TransactionDataOrBuilder.getBillingAddress()
Address associated with the payment method when applicable.
|
static TransactionData.Address |
TransactionData.Address.getDefaultInstance() |
TransactionData.Address |
TransactionData.Address.getDefaultInstanceForType() |
TransactionData.Address |
TransactionData.Address.Builder.getDefaultInstanceForType() |
TransactionData.Address |
TransactionData.getShippingAddress()
Destination address if this transaction involves shipping a physical item.
|
TransactionData.Address |
TransactionData.Builder.getShippingAddress()
Destination address if this transaction involves shipping a physical item.
|
TransactionData.Address |
TransactionDataOrBuilder.getShippingAddress()
Destination address if this transaction involves shipping a physical item.
|
static TransactionData.Address |
TransactionData.Address.parseDelimitedFrom(InputStream input) |
static TransactionData.Address |
TransactionData.Address.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
TransactionData.Address.parseFrom(byte[] data) |
static TransactionData.Address |
TransactionData.Address.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
TransactionData.Address.parseFrom(ByteBuffer data) |
static TransactionData.Address |
TransactionData.Address.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
TransactionData.Address.parseFrom(com.google.protobuf.ByteString data) |
static TransactionData.Address |
TransactionData.Address.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
TransactionData.Address.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionData.Address |
TransactionData.Address.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Address |
TransactionData.Address.parseFrom(InputStream input) |
static TransactionData.Address |
TransactionData.Address.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransactionData.Address> |
TransactionData.Address.getParserForType() |
static com.google.protobuf.Parser<TransactionData.Address> |
TransactionData.Address.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionData.Builder |
TransactionData.Builder.mergeBillingAddress(TransactionData.Address value)
Address associated with the payment method when applicable.
|
TransactionData.Address.Builder |
TransactionData.Address.Builder.mergeFrom(TransactionData.Address other) |
TransactionData.Builder |
TransactionData.Builder.mergeShippingAddress(TransactionData.Address value)
Destination address if this transaction involves shipping a physical item.
|
static TransactionData.Address.Builder |
TransactionData.Address.newBuilder(TransactionData.Address prototype) |
TransactionData.Builder |
TransactionData.Builder.setBillingAddress(TransactionData.Address value)
Address associated with the payment method when applicable.
|
TransactionData.Builder |
TransactionData.Builder.setShippingAddress(TransactionData.Address value)
Destination address if this transaction involves shipping a physical item.
|
Copyright © 2023 Google LLC. All rights reserved.