-
public final class RequestPurchaseProps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestPurchaseProps.Companionpublic classRequestPurchaseProps.Request
-
Field Summary
Fields Modifier and Type Field Description private final RequestPurchaseProps.Requestrequestprivate final ProductQueryTypetype
-
Constructor Summary
Constructors Constructor Description RequestPurchaseProps(RequestPurchaseProps.Request request, ProductQueryType type)
-
Method Summary
Modifier and Type Method Description final RequestPurchaseProps.RequestgetRequest()final ProductQueryTypegetType()Explicit purchase type hint (defaults to in-app) final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestPurchaseProps
RequestPurchaseProps(RequestPurchaseProps.Request request, ProductQueryType type)
-
-
Method Detail
-
getRequest
final RequestPurchaseProps.Request getRequest()
-
getType
final ProductQueryType getType()
Explicit purchase type hint (defaults to in-app)
-
-
-
-