public static class QueryProductDetailsParams.Product
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryProductDetailsParams.Product.Builder
Builder that helps construct
QueryProductDetailsParams.Product. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProductId()
Returns the product id of the product to query.
|
java.lang.String |
getProductType()
Returns the
BillingClient.ProductType of the product to query. |
static QueryProductDetailsParams.Product.Builder |
newBuilder()
Returns an instance of
QueryProductDetailsParams.Product.Builder. |
public final java.lang.String getProductId()
public final java.lang.String getProductType()
BillingClient.ProductType of the product to query.public static QueryProductDetailsParams.Product.Builder newBuilder()
QueryProductDetailsParams.Product.Builder.