正在查看: Crafto v9.3.3 应用的 StripeKtxKt.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Crafto v9.3.3 应用的 StripeKtxKt.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.stripe.android;
import Hk.p;
import Hk.q;
import com.stripe.android.core.exception.APIConnectionException;
import com.stripe.android.core.exception.APIException;
import com.stripe.android.core.exception.AuthenticationException;
import com.stripe.android.core.exception.InvalidRequestException;
import com.stripe.android.core.exception.StripeException;
import com.stripe.android.core.model.StripeFileParams;
import com.stripe.android.core.model.StripeModel;
import com.stripe.android.exception.CardException;
import com.stripe.android.model.AccountParams;
import com.stripe.android.model.BankAccountTokenParams;
import com.stripe.android.model.CardParams;
import com.stripe.android.model.ConfirmPaymentIntentParams;
import com.stripe.android.model.ConfirmSetupIntentParams;
import com.stripe.android.model.PaymentMethodCreateParams;
import com.stripe.android.model.PersonTokenParams;
import com.stripe.android.model.SourceParams;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Intrinsics;
@Metadata
public final class StripeKtxKt {
public static final java.lang.Object confirmAlipayPayment(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull com.stripe.android.model.ConfirmPaymentIntentParams r11, @org.jetbrains.annotations.NotNull com.stripe.android.AlipayAuthenticator r12, java.lang.String r13, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.PaymentIntentResult> r14) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.confirmAlipayPayment(com.stripe.android.Stripe, com.stripe.android.model.ConfirmPaymentIntentParams, com.stripe.android.AlipayAuthenticator, java.lang.String, Kk.c):java.lang.Object");
}
public static Object confirmAlipayPayment$default(Stripe stripe, ConfirmPaymentIntentParams confirmPaymentIntentParams, AlipayAuthenticator alipayAuthenticator, String str, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 4) != 0) {
str = stripe.getStripeAccountId$payments_core_release();
}
return confirmAlipayPayment(stripe, confirmPaymentIntentParams, alipayAuthenticator, str, cVar);
}
public static final java.lang.Object confirmPaymentIntent(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r8, @org.jetbrains.annotations.NotNull com.stripe.android.model.ConfirmPaymentIntentParams r9, java.lang.String r10, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.PaymentIntent> r11) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.confirmPaymentIntent(com.stripe.android.Stripe, com.stripe.android.model.ConfirmPaymentIntentParams, java.lang.String, Kk.c):java.lang.Object");
}
public static Object confirmPaymentIntent$default(Stripe stripe, ConfirmPaymentIntentParams confirmPaymentIntentParams, String str, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
return confirmPaymentIntent(stripe, confirmPaymentIntentParams, str, cVar);
}
public static final java.lang.Object confirmSetupIntent(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r8, @org.jetbrains.annotations.NotNull com.stripe.android.model.ConfirmSetupIntentParams r9, java.lang.String r10, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.SetupIntent> r11) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.confirmSetupIntent(com.stripe.android.Stripe, com.stripe.android.model.ConfirmSetupIntentParams, java.lang.String, Kk.c):java.lang.Object");
}
public static Object confirmSetupIntent$default(Stripe stripe, ConfirmSetupIntentParams confirmSetupIntentParams, String str, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
return confirmSetupIntent(stripe, confirmSetupIntentParams, str, cVar);
}
public static final java.lang.Object confirmWeChatPayPayment(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull com.stripe.android.model.ConfirmPaymentIntentParams r11, java.lang.String r12, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.WeChatPayNextAction> r13) {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.confirmWeChatPayPayment(com.stripe.android.Stripe, com.stripe.android.model.ConfirmPaymentIntentParams, java.lang.String, Kk.c):java.lang.Object");
}
public static Object confirmWeChatPayPayment$default(Stripe stripe, ConfirmPaymentIntentParams confirmPaymentIntentParams, String str, Kk.c cVar, int i, Object obj) {
if ((i & 2) != 0) {
str = stripe.getStripeAccountId$payments_core_release();
}
return confirmWeChatPayPayment(stripe, confirmPaymentIntentParams, str, cVar);
}
public static final java.lang.Object createAccountToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.AccountParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createAccountToken(com.stripe.android.Stripe, com.stripe.android.model.AccountParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createAccountToken$default(Stripe stripe, AccountParams accountParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createAccountToken(stripe, accountParams, str, str2, cVar);
}
public static final java.lang.Object createBankAccountToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.BankAccountTokenParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createBankAccountToken(com.stripe.android.Stripe, com.stripe.android.model.BankAccountTokenParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createBankAccountToken$default(Stripe stripe, BankAccountTokenParams bankAccountTokenParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createBankAccountToken(stripe, bankAccountTokenParams, str, str2, cVar);
}
public static final java.lang.Object createCardToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.CardParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException, com.stripe.android.exception.CardException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createCardToken(com.stripe.android.Stripe, com.stripe.android.model.CardParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createCardToken$default(Stripe stripe, CardParams cardParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, CardException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createCardToken(stripe, cardParams, str, str2, cVar);
}
public static final java.lang.Object createCvcUpdateToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull java.lang.String r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createCvcUpdateToken(com.stripe.android.Stripe, java.lang.String, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createCvcUpdateToken$default(Stripe stripe, String str, String str2, String str3, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str2 = null;
}
if ((i & 4) != 0) {
str3 = stripe.getStripeAccountId$payments_core_release();
}
return createCvcUpdateToken(stripe, str, str2, str3, cVar);
}
public static final java.lang.Object createFile(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.core.model.StripeFileParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.core.model.StripeFile> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException, com.stripe.android.exception.CardException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createFile(com.stripe.android.Stripe, com.stripe.android.core.model.StripeFileParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createFile$default(Stripe stripe, StripeFileParams stripeFileParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException, CardException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createFile(stripe, stripeFileParams, str, str2, cVar);
}
public static final java.lang.Object createPaymentMethod(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.PaymentMethodCreateParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.PaymentMethod> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createPaymentMethod(com.stripe.android.Stripe, com.stripe.android.model.PaymentMethodCreateParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createPaymentMethod$default(Stripe stripe, PaymentMethodCreateParams paymentMethodCreateParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createPaymentMethod(stripe, paymentMethodCreateParams, str, str2, cVar);
}
public static final java.lang.Object createPersonToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.PersonTokenParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createPersonToken(com.stripe.android.Stripe, com.stripe.android.model.PersonTokenParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createPersonToken$default(Stripe stripe, PersonTokenParams personTokenParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createPersonToken(stripe, personTokenParams, str, str2, cVar);
}
public static final java.lang.Object createPiiToken(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull java.lang.String r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Token> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createPiiToken(com.stripe.android.Stripe, java.lang.String, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createPiiToken$default(Stripe stripe, String str, String str2, String str3, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str2 = null;
}
if ((i & 4) != 0) {
str3 = stripe.getStripeAccountId$payments_core_release();
}
return createPiiToken(stripe, str, str2, str3, cVar);
}
public static final java.lang.Object createRadarSession(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.RadarSession> r11) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createRadarSession(com.stripe.android.Stripe, Kk.c):java.lang.Object");
}
public static final java.lang.Object createSource(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, @org.jetbrains.annotations.NotNull com.stripe.android.model.SourceParams r5, java.lang.String r6, java.lang.String r7, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Source> r8) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.createSource(com.stripe.android.Stripe, com.stripe.android.model.SourceParams, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object createSource$default(Stripe stripe, SourceParams sourceParams, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str = null;
}
if ((i & 4) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return createSource(stripe, sourceParams, str, str2, cVar);
}
public static final java.lang.Object getAuthenticateSourceResult(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, int r5, @org.jetbrains.annotations.NotNull android.content.Intent r6, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Source> r7) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.getAuthenticateSourceResult(com.stripe.android.Stripe, int, android.content.Intent, Kk.c):java.lang.Object");
}
public static final java.lang.Object getPaymentIntentResult(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, int r5, @org.jetbrains.annotations.NotNull android.content.Intent r6, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.PaymentIntentResult> r7) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.getPaymentIntentResult(com.stripe.android.Stripe, int, android.content.Intent, Kk.c):java.lang.Object");
}
public static final java.lang.Object getSetupIntentResult(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r4, int r5, @org.jetbrains.annotations.NotNull android.content.Intent r6, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.SetupIntentResult> r7) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException, java.lang.IllegalArgumentException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.getSetupIntentResult(com.stripe.android.Stripe, int, android.content.Intent, Kk.c):java.lang.Object");
}
public static final java.lang.Object retrievePaymentIntent(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r12, @org.jetbrains.annotations.NotNull java.lang.String r13, java.lang.String r14, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.PaymentIntent> r15) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.retrievePaymentIntent(com.stripe.android.Stripe, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object retrievePaymentIntent$default(Stripe stripe, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return retrievePaymentIntent(stripe, str, str2, cVar);
}
public static final java.lang.Object retrieveSetupIntent(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r12, @org.jetbrains.annotations.NotNull java.lang.String r13, java.lang.String r14, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.SetupIntent> r15) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.retrieveSetupIntent(com.stripe.android.Stripe, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object retrieveSetupIntent$default(Stripe stripe, String str, String str2, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 2) != 0) {
str2 = stripe.getStripeAccountId$payments_core_release();
}
return retrieveSetupIntent(stripe, str, str2, cVar);
}
public static final java.lang.Object retrieveSource(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull java.lang.String r11, @org.jetbrains.annotations.NotNull java.lang.String r12, java.lang.String r13, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.Source> r14) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.retrieveSource(com.stripe.android.Stripe, java.lang.String, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static Object retrieveSource$default(Stripe stripe, String str, String str2, String str3, Kk.c cVar, int i, Object obj) throws AuthenticationException, InvalidRequestException, APIConnectionException, APIException {
if ((i & 4) != 0) {
str3 = stripe.getStripeAccountId$payments_core_release();
}
return retrieveSource(stripe, str, str2, str3, cVar);
}
private static final <ApiObject extends StripeModel> ApiObject runApiRequest(Function0<? extends ApiObject> function0) {
StripeModel a;
Object invoke;
try {
p.a aVar = p.b;
invoke = function0.invoke();
} catch (Throwable th) {
p.a aVar2 = p.b;
a = q.a(th);
}
if (invoke == null) {
Intrinsics.reifiedOperationMarker(4, "ApiObject");
throw new IllegalArgumentException("Failed to parse StripeModel.".toString());
}
a = (StripeModel) invoke;
Throwable a2 = p.a(a);
if (a2 == null) {
return (ApiObject) a;
}
throw StripeException.Companion.create(a2);
}
public static final java.lang.Object verifyPaymentIntentWithMicrodeposits(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r14, @org.jetbrains.annotations.NotNull java.lang.String r15, int r16, int r17, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.PaymentIntent> r18) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.verifyPaymentIntentWithMicrodeposits(com.stripe.android.Stripe, java.lang.String, int, int, Kk.c):java.lang.Object");
}
public static final java.lang.Object verifySetupIntentWithMicrodeposits(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r14, @org.jetbrains.annotations.NotNull java.lang.String r15, int r16, int r17, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.SetupIntent> r18) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.verifySetupIntentWithMicrodeposits(com.stripe.android.Stripe, java.lang.String, int, int, Kk.c):java.lang.Object");
}
public static final <ApiObject extends StripeModel> ApiObject runApiRequest(boolean z, Function0<? extends ApiObject> function0) {
StripeModel a;
Intrinsics.checkNotNullParameter(function0, "block");
try {
p.a aVar = p.b;
} catch (Throwable th) {
p.a aVar2 = p.b;
a = q.a(th);
}
if (z) {
a = (StripeModel) function0.invoke();
Throwable a2 = p.a(a);
if (a2 == null) {
return (ApiObject) a;
}
throw StripeException.Companion.create(a2);
}
Intrinsics.reifiedOperationMarker(4, "ApiObject");
throw new IllegalArgumentException("Incorrect requestCode and data for StripeModel.".toString());
}
public static final java.lang.Object verifyPaymentIntentWithMicrodeposits(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull java.lang.String r11, @org.jetbrains.annotations.NotNull java.lang.String r12, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.PaymentIntent> r13) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.verifyPaymentIntentWithMicrodeposits(com.stripe.android.Stripe, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
public static final java.lang.Object verifySetupIntentWithMicrodeposits(@org.jetbrains.annotations.NotNull com.stripe.android.Stripe r10, @org.jetbrains.annotations.NotNull java.lang.String r11, @org.jetbrains.annotations.NotNull java.lang.String r12, @org.jetbrains.annotations.NotNull Kk.c<? super com.stripe.android.model.SetupIntent> r13) throws com.stripe.android.core.exception.AuthenticationException, com.stripe.android.core.exception.InvalidRequestException, com.stripe.android.core.exception.APIConnectionException, com.stripe.android.core.exception.APIException {
throw new UnsupportedOperationException("Method not decompiled: com.stripe.android.StripeKtxKt.verifySetupIntentWithMicrodeposits(com.stripe.android.Stripe, java.lang.String, java.lang.String, Kk.c):java.lang.Object");
}
}