data class QueryPurchaseHistoryParams(val productType: String)
QueryPurchaseHistoryParams
(
productType
)
|
Signature
constructor(productType: String) Parameters
productType:
String
Returns |
productType
: String
[Get] |
Signature
val productType: String |
newBuilder
()
|
Constructs a new QueryPurchaseHistoryParams.Builder instance.
Signature
fun newBuilder(): QueryPurchaseHistoryParams.Builder Returns
QueryPurchaseHistoryParams.Builder
|
class Builder
build
()
|
Returns an instance of QueryPurchaseHistoryParams.
Signature
fun build(): QueryPurchaseHistoryParams Returns |
setProductType
(
productType
)
|
Set the ProductType to query purchases.
Signature
fun setProductType(productType: String): QueryPurchaseHistoryParams.Builder Parameters
productType:
String
Returns
QueryPurchaseHistoryParams.Builder
|