data class QueryPurchaseHistoryParams(val productType: String)
QueryPurchaseHistoryParams
(
productType
)
|
Signature
constructor(productType: String) Parameters productType: StringReturns QueryPurchaseHistoryParams |
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 QueryPurchaseHistoryParams |
setProductType
(
productType
)
|
Set the ProductType to query purchases.
Signature
fun setProductType(productType: String): QueryPurchaseHistoryParams.Builder Parameters productType: StringReturns QueryPurchaseHistoryParams.Builder |