Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Aug 26, 2022
1 parent 5bb8a89 commit 7268b00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions payments-core/api/payments-core.api
Expand Up @@ -3185,7 +3185,6 @@ public final class com/stripe/android/model/PaymentIntent : com/stripe/android/m
public final fun getCaptureMethod ()Lcom/stripe/android/model/PaymentIntent$CaptureMethod;
public fun getClientSecret ()Ljava/lang/String;
public final fun getConfirmationMethod ()Lcom/stripe/android/model/PaymentIntent$ConfirmationMethod;
public fun getCountryCode ()Ljava/lang/String;
public fun getCreated ()J
public final fun getCurrency ()Ljava/lang/String;
public fun getDescription ()Ljava/lang/String;
Expand Down Expand Up @@ -4844,7 +4843,6 @@ public final class com/stripe/android/model/SetupIntent : com/stripe/android/mod
public static final fun fromJson (Lorg/json/JSONObject;)Lcom/stripe/android/model/SetupIntent;
public final fun getCancellationReason ()Lcom/stripe/android/model/SetupIntent$CancellationReason;
public fun getClientSecret ()Ljava/lang/String;
public fun getCountryCode ()Ljava/lang/String;
public fun getCreated ()J
public fun getDescription ()Ljava/lang/String;
public fun getId ()Ljava/lang/String;
Expand Down Expand Up @@ -5924,7 +5922,6 @@ public final class com/stripe/android/model/Stripe3ds2Fingerprint$DirectoryServe

public abstract interface class com/stripe/android/model/StripeIntent : com/stripe/android/core/model/StripeModel {
public abstract fun getClientSecret ()Ljava/lang/String;
public abstract fun getCountryCode ()Ljava/lang/String;
public abstract fun getCreated ()J
public abstract fun getDescription ()Ljava/lang/String;
public abstract fun getId ()Ljava/lang/String;
Expand Down

0 comments on commit 7268b00

Please sign in to comment.