-
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 ProductQueryTypetypeprivate final BooleanuseAlternativeBilling
-
Constructor Summary
Constructors Constructor Description RequestPurchaseProps(RequestPurchaseProps.Request request, ProductQueryType type, Boolean useAlternativeBilling)
-
Method Summary
Modifier and Type Method Description final RequestPurchaseProps.RequestgetRequest()final ProductQueryTypegetType()final BooleangetUseAlternativeBilling()final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestPurchaseProps
RequestPurchaseProps(RequestPurchaseProps.Request request, ProductQueryType type, Boolean useAlternativeBilling)
-
-
Method Detail
-
getRequest
final RequestPurchaseProps.Request getRequest()
-
getType
final ProductQueryType getType()
-
getUseAlternativeBilling
final Boolean getUseAlternativeBilling()
-
-
-
-