public static interface TransactionData.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMerchantAccountId()
Optional.
|
com.google.protobuf.ByteString |
getMerchantAccountIdBytes()
Optional.
|
String |
getName()
Optional.
|
com.google.protobuf.ByteString |
getNameBytes()
Optional.
|
long |
getQuantity()
Optional.
|
double |
getValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Optional. The full name of the item.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNameBytes()
Optional. The full name of the item.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];double getValue()
Optional. The value per item that the user is paying, in the transaction currency, after discounts.
double value = 2 [(.google.api.field_behavior) = OPTIONAL];long getQuantity()
Optional. The quantity of this item that is being purchased.
int64 quantity = 3 [(.google.api.field_behavior) = OPTIONAL];String getMerchantAccountId()
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.
string merchant_account_id = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getMerchantAccountIdBytes()
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.
string merchant_account_id = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.