-
public final class RequestVerifyPurchaseWithIapkitProps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestVerifyPurchaseWithIapkitProps.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringapiKeyprivate final RequestVerifyPurchaseWithIapkitApplePropsappleprivate final RequestVerifyPurchaseWithIapkitGooglePropsgoogle
-
Constructor Summary
Constructors Constructor Description RequestVerifyPurchaseWithIapkitProps(String apiKey, RequestVerifyPurchaseWithIapkitAppleProps apple, RequestVerifyPurchaseWithIapkitGoogleProps google)
-
Method Summary
Modifier and Type Method Description final StringgetApiKey()API key used for the Authorization header (Bearer {apiKey}). final RequestVerifyPurchaseWithIapkitApplePropsgetApple()Apple verification parameters. final RequestVerifyPurchaseWithIapkitGooglePropsgetGoogle()Google verification parameters. final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestVerifyPurchaseWithIapkitProps
RequestVerifyPurchaseWithIapkitProps(String apiKey, RequestVerifyPurchaseWithIapkitAppleProps apple, RequestVerifyPurchaseWithIapkitGoogleProps google)
-
-
Method Detail
-
getApple
final RequestVerifyPurchaseWithIapkitAppleProps getApple()
Apple verification parameters.
-
getGoogle
final RequestVerifyPurchaseWithIapkitGoogleProps getGoogle()
Google verification parameters.
-
-
-
-