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