Uses of Interface
com.google.recaptchaenterprise.v1.TransactionData.ItemOrBuilder
-
Packages that use TransactionData.ItemOrBuilder Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TransactionData.ItemOrBuilder in com.google.recaptchaenterprise.v1
Classes in com.google.recaptchaenterprise.v1 that implement TransactionData.ItemOrBuilder Modifier and Type Class Description static classTransactionData.ItemLine items being purchased in this transaction.static classTransactionData.Item.BuilderLine items being purchased in this transaction.Methods in com.google.recaptchaenterprise.v1 that return TransactionData.ItemOrBuilder Modifier and Type Method Description TransactionData.ItemOrBuilderTransactionData.Builder. getItemsOrBuilder(int index)Items purchased in this transaction.TransactionData.ItemOrBuilderTransactionData. getItemsOrBuilder(int index)Items purchased in this transaction.TransactionData.ItemOrBuilderTransactionDataOrBuilder. getItemsOrBuilder(int index)Items purchased in this transaction.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TransactionData.ItemOrBuilder Modifier and Type Method Description List<? extends TransactionData.ItemOrBuilder>TransactionData.Builder. getItemsOrBuilderList()Items purchased in this transaction.List<? extends TransactionData.ItemOrBuilder>TransactionData. getItemsOrBuilderList()Items purchased in this transaction.List<? extends TransactionData.ItemOrBuilder>TransactionDataOrBuilder. getItemsOrBuilderList()Items purchased in this transaction.
-