diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html
index 7ff4d766c78..0bdbdf5d97f 100644
--- a/docs/allclasses-frame.html
+++ b/docs/allclasses-frame.html
@@ -2,9 +2,9 @@
-
+
void
updateCurrentCustomer (CustomerSession.CustomerRetrievalListener listener)
Force an update of the current customer, regardless of how much time has passed.
@@ -383,7 +391,7 @@ EVENT_SHIPPING_INFO_SAVED
Method Detail
-
+
@@ -392,16 +400,33 @@ initCustomerSession
public static void initCustomerSession(@NonNull
android.content.Context context,
@NonNull
- EphemeralKeyProvider keyProvider)
+ EphemeralKeyProvider keyProvider,
+ @Nullable
+ java.lang.String stripeAccountId)
Parameters:
-context
- application context
-keyProvider
- an EphemeralKeyProvider
used to get
- EphemeralKeys
as needed
+context
- The application context
+keyProvider
- An EphemeralKeyProvider
used to retrieve
+ EphemeralKeys
+stripeAccountId
- An optional Stripe Connect account to associate with Customer-related
+ Stripe API Requests. See Stripe.setStripeAccount(String)
.
+
+
+
+
diff --git a/docs/com/stripe/android/EphemeralKeyProvider.html b/docs/com/stripe/android/EphemeralKeyProvider.html
index 039ceab1b50..5a9f80f9384 100644
--- a/docs/com/stripe/android/EphemeralKeyProvider.html
+++ b/docs/com/stripe/android/EphemeralKeyProvider.html
@@ -2,9 +2,9 @@
-
+
EphemeralKeyProvider
-
+
diff --git a/docs/com/stripe/android/EphemeralKeyUpdateListener.html b/docs/com/stripe/android/EphemeralKeyUpdateListener.html
index 721dd3b45ec..595ee657a61 100644
--- a/docs/com/stripe/android/EphemeralKeyUpdateListener.html
+++ b/docs/com/stripe/android/EphemeralKeyUpdateListener.html
@@ -2,9 +2,9 @@
-
+
EphemeralKeyUpdateListener
-
+
diff --git a/docs/com/stripe/android/IssuingCardPinService.CardPinActionError.html b/docs/com/stripe/android/IssuingCardPinService.CardPinActionError.html
index b4f9d9d9583..5eb3778947e 100644
--- a/docs/com/stripe/android/IssuingCardPinService.CardPinActionError.html
+++ b/docs/com/stripe/android/IssuingCardPinService.CardPinActionError.html
@@ -2,9 +2,9 @@
-
+
IssuingCardPinService.CardPinActionError
-
+
diff --git a/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinRetrievalListener.html b/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinRetrievalListener.html
index e8bc2f3f52a..460be084a6a 100644
--- a/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinRetrievalListener.html
+++ b/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinRetrievalListener.html
@@ -2,9 +2,9 @@
-
+
IssuingCardPinService.IssuingCardPinRetrievalListener
-
+
diff --git a/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinUpdateListener.html b/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinUpdateListener.html
index 965579fa2a9..2dafb0998e4 100644
--- a/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinUpdateListener.html
+++ b/docs/com/stripe/android/IssuingCardPinService.IssuingCardPinUpdateListener.html
@@ -2,9 +2,9 @@
-
+
IssuingCardPinService.IssuingCardPinUpdateListener
-
+
diff --git a/docs/com/stripe/android/IssuingCardPinService.html b/docs/com/stripe/android/IssuingCardPinService.html
index ec43866bbee..c6f4a52d07a 100644
--- a/docs/com/stripe/android/IssuingCardPinService.html
+++ b/docs/com/stripe/android/IssuingCardPinService.html
@@ -2,9 +2,9 @@
-
+
IssuingCardPinService
-
+
diff --git a/docs/com/stripe/android/ObjectBuilder.html b/docs/com/stripe/android/ObjectBuilder.html
index 70a4172af01..b631ce8ecf7 100644
--- a/docs/com/stripe/android/ObjectBuilder.html
+++ b/docs/com/stripe/android/ObjectBuilder.html
@@ -2,9 +2,9 @@
-
+
ObjectBuilder
-
+
diff --git a/docs/com/stripe/android/PayWithGoogleUtils.html b/docs/com/stripe/android/PayWithGoogleUtils.html
index 50dc2908fd1..00740138652 100644
--- a/docs/com/stripe/android/PayWithGoogleUtils.html
+++ b/docs/com/stripe/android/PayWithGoogleUtils.html
@@ -2,9 +2,9 @@
-
+
PayWithGoogleUtils
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Builder.html
index 7063949d5f0..0b710c71bd9 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Builder
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder.html
index aa5311f117a..a0c94eb79ee 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder
-
+
@@ -238,13 +238,13 @@ setBackgroundColor
@NonNull
public PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder setBackgroundColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the button's background color
Parameters:
hexColor
- The button's background color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -256,13 +256,13 @@ setBackgroundColor
setCornerRadius
@NonNull
public PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder setCornerRadius(int cornerRadius)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the corner radius of the button
Parameters:
cornerRadius
- The radius of the button in pixels
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the corner radius is less than 0
+java.lang.RuntimeException
- If the corner radius is less than 0
@@ -275,13 +275,13 @@ setTextFontName
@NonNull
public PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder setTextFontName(@NonNull
java.lang.String fontName)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the button's text font
Parameters:
fontName
- The name of the font. If not found, default system font used
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If font name is null or empty
+java.lang.RuntimeException
- If font name is null or empty
@@ -294,13 +294,13 @@ setTextColor
@NonNull
public PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder setTextColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the button's text color
Parameters:
hexColor
- The button's text color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -312,13 +312,13 @@ setTextColor
setTextFontSize
@NonNull
public PaymentAuthConfig.Stripe3ds2ButtonCustomization.Builder setTextFontSize(int fontSize)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the button's text size
Parameters:
fontSize
- The size of the font in scaled-pixels (sp)
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font size is 0 or less
+java.lang.RuntimeException
- If the font size is 0 or less
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.html
index 62463f51796..3d3f0f13476 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ButtonCustomization.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2ButtonCustomization
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.Builder.html
index c2e5f4d7341..ceeb2a6957d 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2Config.Builder
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.html
index 730b6b8968d..29d6904e57f 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2Config.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2Config
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder.html
index c398645a242..d4803c2d2eb 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder
-
+
@@ -244,13 +244,13 @@ setHeadingTextColor
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setHeadingTextColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the text color for heading labels
Parameters:
hexColor
- The heading labels's text color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -263,13 +263,13 @@ setHeadingTextFontName
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setHeadingTextFontName(@NonNull
java.lang.String fontName)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the heading label's font
Parameters:
fontName
- The name of the font. Defaults to system font if not found
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font name is null or empty
+java.lang.RuntimeException
- If the font name is null or empty
@@ -281,13 +281,13 @@ setHeadingTextFontName
setHeadingTextFontSize
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setHeadingTextFontSize(int fontSize)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the heading label's text size
Parameters:
fontSize
- The size of the heading label in scaled-pixels (sp).
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font size is 0 or less
+java.lang.RuntimeException
- If the font size is 0 or less
@@ -300,13 +300,13 @@ setTextFontName
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setTextFontName(@NonNull
java.lang.String fontName)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the label's font
Parameters:
fontName
- The name of the font. Defaults to system font if not found
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font name is null or empty
+java.lang.RuntimeException
- If the font name is null or empty
@@ -319,13 +319,13 @@ setTextColor
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setTextColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the label's text color
Parameters:
hexColor
- The labels's text color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -337,13 +337,13 @@ setTextColor
setTextFontSize
@NonNull
public PaymentAuthConfig.Stripe3ds2LabelCustomization.Builder setTextFontSize(int fontSize)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the label's text size
Parameters:
fontSize
- The label's font size in scaled-pixels (sp)
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font size is 0 or less
+java.lang.RuntimeException
- If the font size is 0 or less
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.html
index 71c9adee5fd..38f4aaec88c 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2LabelCustomization.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2LabelCustomization
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder.html
index 4f7251ddb7a..98eb0ff3b60 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder
-
+
@@ -243,13 +243,13 @@ Method Detail
setBorderWidth
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setBorderWidth(int borderWidth)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the width of the border around the text entry box
Parameters:
borderWidth
- Width of the border in pixels
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the border width is less than 0
+java.lang.RuntimeException
- If the border width is less than 0
@@ -262,13 +262,13 @@ setBorderColor
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setBorderColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the color of the border around the text entry box
Parameters:
hexColor
- The border's color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -280,13 +280,13 @@ setBorderColor
setCornerRadius
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setCornerRadius(int cornerRadius)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the corner radius of the text entry box
Parameters:
cornerRadius
- The corner radius in pixels
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the corner radius is less than 0
+java.lang.RuntimeException
- If the corner radius is less than 0
@@ -299,13 +299,13 @@ setTextFontName
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setTextFontName(@NonNull
java.lang.String fontName)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the font for text entry
Parameters:
fontName
- The name of the font. The system default is used if not found.
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font name is null or empty.
+java.lang.RuntimeException
- If the font name is null or empty.
@@ -318,13 +318,13 @@ setTextColor
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setTextColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the text color for text entry
Parameters:
hexColor
- The text color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -336,13 +336,13 @@ setTextColor
setTextFontSize
@NonNull
public PaymentAuthConfig.Stripe3ds2TextBoxCustomization.Builder setTextFontSize(int fontSize)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the text entry font size
Parameters:
fontSize
- The font size in scaled-pixels (sp)
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font size is 0 or less
+java.lang.RuntimeException
- If the font size is 0 or less
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.html
index 296ef892986..a96c2265651 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2TextBoxCustomization.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2TextBoxCustomization
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder.html
index ae918b00e32..a766bc01de0 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder
-
+
@@ -244,13 +244,13 @@ setBackgroundColor
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setBackgroundColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the toolbar's background color
Parameters:
hexColor
- The background color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -263,13 +263,13 @@ setHeaderText
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setHeaderText(@NonNull
java.lang.String headerText)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the toolbar's title
Parameters:
headerText
- The toolbar's title text
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- if the title is null or empty
+java.lang.RuntimeException
- if the title is null or empty
@@ -282,13 +282,13 @@ setButtonText
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setButtonText(@NonNull
java.lang.String buttonText)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the toolbar's cancel button text
Parameters:
buttonText
- The cancel button's text
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the button text is null or empty
+java.lang.RuntimeException
- If the button text is null or empty
@@ -301,13 +301,13 @@ setTextFontName
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setTextFontName(@NonNull
java.lang.String fontName)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the font for the title text
Parameters:
fontName
- The name of the font. System default is used if not found
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font name is null or empty
+java.lang.RuntimeException
- If the font name is null or empty
@@ -320,13 +320,13 @@ setTextColor
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setTextColor(@NonNull
java.lang.String hexColor)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the color of the title text
Parameters:
hexColor
- The title's text color in the format #RRGGBB or #AARRGGBB
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the color cannot be parsed
+java.lang.RuntimeException
- If the color cannot be parsed
@@ -338,13 +338,13 @@ setTextColor
setTextFontSize
@NonNull
public PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder setTextFontSize(int fontSize)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the title text's font size
Parameters:
fontSize
- The size of the title text in scaled-pixels (sp)
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If the font size is 0 or less
+java.lang.RuntimeException
- If the font size is 0 or less
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.html
index 665f37b2384..3e88d550b76 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2ToolbarCustomization.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2ToolbarCustomization
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.Builder.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.Builder.html
index 805d4c57575..eb921b2b6ac 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.Builder.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
-
+
@@ -18,8 +18,8 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -149,7 +149,7 @@ Constructor Summary
Method Summary
-All Methods Instance Methods Concrete Methods
+All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
@@ -161,25 +161,29 @@ Method Summary
+static PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
+createWithAppTheme (android.app.Activity activity)
+
+
PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
setButtonCustomization (PaymentAuthConfig.Stripe3ds2ButtonCustomization buttonCustomization,
PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType buttonType)
Set the customization for a particular button
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
setLabelCustomization (PaymentAuthConfig.Stripe3ds2LabelCustomization labelCustomization)
Set the 3DS2 label customization
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
setTextBoxCustomization (PaymentAuthConfig.Stripe3ds2TextBoxCustomization textBoxCustomization)
Set the 3DS2 text box customization
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization.Builder
setToolbarCustomization (PaymentAuthConfig.Stripe3ds2ToolbarCustomization toolbarCustomization)
Set the customization data for the 3DS2 toolbar
@@ -224,6 +228,17 @@ Builder
Method Detail
+
+
+
+
@@ -235,14 +250,14 @@ setButtonCustomization
PaymentAuthConfig.Stripe3ds2ButtonCustomization buttonCustomization,
@NonNull
PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType buttonType)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the customization for a particular button
Parameters:
buttonCustomization
- The button customization data
buttonType
- The type of button to customize
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If any customization data is invalid
+java.lang.RuntimeException
- If any customization data is invalid
@@ -255,13 +270,13 @@ setToolbarCustomization
@NonNull
public PaymentAuthConfig.Stripe3ds2UiCustomization.Builder setToolbarCustomization(@NonNull
PaymentAuthConfig.Stripe3ds2ToolbarCustomization toolbarCustomization)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the customization data for the 3DS2 toolbar
Parameters:
toolbarCustomization
- Toolbar customization data
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If any customization data is invalid
+java.lang.RuntimeException
- If any customization data is invalid
@@ -274,13 +289,13 @@ setLabelCustomization
@NonNull
public PaymentAuthConfig.Stripe3ds2UiCustomization.Builder setLabelCustomization(@NonNull
PaymentAuthConfig.Stripe3ds2LabelCustomization labelCustomization)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the 3DS2 label customization
Parameters:
labelCustomization
- Label customization data
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If any customization data is invalid
+java.lang.RuntimeException
- If any customization data is invalid
@@ -293,13 +308,13 @@ setTextBoxCustomization
@NonNull
public PaymentAuthConfig.Stripe3ds2UiCustomization.Builder setTextBoxCustomization(@NonNull
PaymentAuthConfig.Stripe3ds2TextBoxCustomization textBoxCustomization)
- throws com.stripe.android.stripe3ds2.exceptions.InvalidInputException
+ throws java.lang.RuntimeException
Set the 3DS2 text box customization
Parameters:
textBoxCustomization
- Text box customization data
Throws:
-com.stripe.android.stripe3ds2.exceptions.InvalidInputException
- If any customization data is invalid
+java.lang.RuntimeException
- If any customization data is invalid
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType.html
index 67caadfc6e1..10f5e230d97 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization.ButtonType
-
+
@@ -154,6 +154,9 @@ Enum Constant Summary
RESEND
+SELECT
+
+
SUBMIT
@@ -252,12 +255,21 @@ CANCEL
-
diff --git a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.html b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.html
index bb497ef17e8..9fd46015427 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.Stripe3ds2UiCustomization.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig.Stripe3ds2UiCustomization
-
+
diff --git a/docs/com/stripe/android/PaymentAuthConfig.html b/docs/com/stripe/android/PaymentAuthConfig.html
index ebd4a8c0052..d636b9815f5 100644
--- a/docs/com/stripe/android/PaymentAuthConfig.html
+++ b/docs/com/stripe/android/PaymentAuthConfig.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthConfig
-
+
diff --git a/docs/com/stripe/android/PaymentAuthWebViewStarter.html b/docs/com/stripe/android/PaymentAuthWebViewStarter.html
index 05fd0aaa678..49c766b5959 100644
--- a/docs/com/stripe/android/PaymentAuthWebViewStarter.html
+++ b/docs/com/stripe/android/PaymentAuthWebViewStarter.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthWebViewStarter
-
+
diff --git a/docs/com/stripe/android/PaymentConfiguration.html b/docs/com/stripe/android/PaymentConfiguration.html
index 70c793a921e..482e17a59c1 100644
--- a/docs/com/stripe/android/PaymentConfiguration.html
+++ b/docs/com/stripe/android/PaymentConfiguration.html
@@ -2,9 +2,9 @@
-
+
PaymentConfiguration
-
+
diff --git a/docs/com/stripe/android/PaymentIntentResult.html b/docs/com/stripe/android/PaymentIntentResult.html
index 392865780bb..f949117e8ed 100644
--- a/docs/com/stripe/android/PaymentIntentResult.html
+++ b/docs/com/stripe/android/PaymentIntentResult.html
@@ -2,9 +2,9 @@
-
+
PaymentIntentResult
-
+
diff --git a/docs/com/stripe/android/PaymentSession.ActivityPaymentSessionListener.html b/docs/com/stripe/android/PaymentSession.ActivityPaymentSessionListener.html
index a185c4c587f..00e0fd9e18e 100644
--- a/docs/com/stripe/android/PaymentSession.ActivityPaymentSessionListener.html
+++ b/docs/com/stripe/android/PaymentSession.ActivityPaymentSessionListener.html
@@ -2,9 +2,9 @@
-
+
PaymentSession.ActivityPaymentSessionListener
-
+
diff --git a/docs/com/stripe/android/PaymentSession.PaymentSessionListener.html b/docs/com/stripe/android/PaymentSession.PaymentSessionListener.html
index f3df72e1326..dc9d9e1bad0 100644
--- a/docs/com/stripe/android/PaymentSession.PaymentSessionListener.html
+++ b/docs/com/stripe/android/PaymentSession.PaymentSessionListener.html
@@ -2,9 +2,9 @@
-
+
PaymentSession.PaymentSessionListener
-
+
diff --git a/docs/com/stripe/android/PaymentSession.html b/docs/com/stripe/android/PaymentSession.html
index 0f01263bd49..77e007fd41b 100644
--- a/docs/com/stripe/android/PaymentSession.html
+++ b/docs/com/stripe/android/PaymentSession.html
@@ -2,9 +2,9 @@
-
+
PaymentSession
-
+
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -189,7 +189,7 @@ Constructor Summary
Constructor and Description
void
setCartTotal (long cartTotal)
Set the cart total for this PaymentSession.
@@ -367,11 +382,11 @@ Constructor Detail
PaymentSession
public PaymentSession(@NonNull
- android.app.Activity hostActivity)
+ android.app.Activity activity)
Create a PaymentSession attached to the given host Activity.
Parameters:
-hostActivity
- an Activity
from which to launch other Stripe Activities. This
+activity
- an Activity
from which to launch other Stripe Activities. This
Activity will receive results in
Activity.onActivityResult(int, int, Intent)
that should be passed
back to this session.
@@ -478,8 +493,7 @@ init
presentPaymentMethodSelection
public void presentPaymentMethodSelection()
-
+
@@ -489,9 +503,45 @@ presentPaymentMethodSelection
presentPaymentMethodSelection
public void presentPaymentMethodSelection(boolean shouldRequirePostalCode)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/stripe/android/PaymentSessionConfig.Builder.html b/docs/com/stripe/android/PaymentSessionConfig.Builder.html
index 729a6fbec78..fbd7d249ffa 100644
--- a/docs/com/stripe/android/PaymentSessionConfig.Builder.html
+++ b/docs/com/stripe/android/PaymentSessionConfig.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentSessionConfig.Builder
-
+
diff --git a/docs/com/stripe/android/PaymentSessionConfig.html b/docs/com/stripe/android/PaymentSessionConfig.html
index 87b0e150548..71761435f9e 100644
--- a/docs/com/stripe/android/PaymentSessionConfig.html
+++ b/docs/com/stripe/android/PaymentSessionConfig.html
@@ -2,9 +2,9 @@
-
+
PaymentSessionConfig
-
+
diff --git a/docs/com/stripe/android/PaymentSessionData.html b/docs/com/stripe/android/PaymentSessionData.html
index e205d16f74d..1e18b8167a7 100644
--- a/docs/com/stripe/android/PaymentSessionData.html
+++ b/docs/com/stripe/android/PaymentSessionData.html
@@ -2,9 +2,9 @@
-
+
PaymentSessionData
-
+
diff --git a/docs/com/stripe/android/SetupIntentResult.html b/docs/com/stripe/android/SetupIntentResult.html
index b1fc20a7515..da524294633 100644
--- a/docs/com/stripe/android/SetupIntentResult.html
+++ b/docs/com/stripe/android/SetupIntentResult.html
@@ -2,9 +2,9 @@
-
+
SetupIntentResult
-
+
diff --git a/docs/com/stripe/android/SourceCallback.html b/docs/com/stripe/android/SourceCallback.html
index e1026dc58b8..1e1c645c3fb 100644
--- a/docs/com/stripe/android/SourceCallback.html
+++ b/docs/com/stripe/android/SourceCallback.html
@@ -2,9 +2,9 @@
-
+
SourceCallback
-
+
diff --git a/docs/com/stripe/android/Stripe.html b/docs/com/stripe/android/Stripe.html
index e39ebf100de..a23d39b4a58 100644
--- a/docs/com/stripe/android/Stripe.html
+++ b/docs/com/stripe/android/Stripe.html
@@ -2,9 +2,9 @@
-
+
Stripe
-
+
diff --git a/docs/com/stripe/android/StripeError.html b/docs/com/stripe/android/StripeError.html
index 584f96f3e0c..0aecf0076ae 100644
--- a/docs/com/stripe/android/StripeError.html
+++ b/docs/com/stripe/android/StripeError.html
@@ -2,9 +2,9 @@
-
+
StripeError
-
+
diff --git a/docs/com/stripe/android/StripeIntentResult.Status.html b/docs/com/stripe/android/StripeIntentResult.Status.html
index 3feefc6720c..7290d624b13 100644
--- a/docs/com/stripe/android/StripeIntentResult.Status.html
+++ b/docs/com/stripe/android/StripeIntentResult.Status.html
@@ -2,9 +2,9 @@
-
+
StripeIntentResult.Status
-
+
@@ -148,7 +148,7 @@ FAILED
-
+
diff --git a/docs/com/stripe/android/StripeIntentResult.html b/docs/com/stripe/android/StripeIntentResult.html
index a1f41dd1feb..792ce1c7cfb 100644
--- a/docs/com/stripe/android/StripeIntentResult.html
+++ b/docs/com/stripe/android/StripeIntentResult.html
@@ -2,9 +2,9 @@
-
+
StripeIntentResult
-
+
@@ -107,7 +107,7 @@ Interface StripeIntentRes
public interface StripeIntentResult<T extends StripeIntent >
diff --git a/docs/com/stripe/android/StripeNetworkUtils.html b/docs/com/stripe/android/StripeNetworkUtils.html
index e775915f66c..639277f7339 100644
--- a/docs/com/stripe/android/StripeNetworkUtils.html
+++ b/docs/com/stripe/android/StripeNetworkUtils.html
@@ -2,9 +2,9 @@
-
+
StripeNetworkUtils
-
+
diff --git a/docs/com/stripe/android/StripeTextUtils.html b/docs/com/stripe/android/StripeTextUtils.html
index cec209fa297..c2e220e4a76 100644
--- a/docs/com/stripe/android/StripeTextUtils.html
+++ b/docs/com/stripe/android/StripeTextUtils.html
@@ -2,9 +2,9 @@
-
+
StripeTextUtils
-
+
diff --git a/docs/com/stripe/android/TokenCallback.html b/docs/com/stripe/android/TokenCallback.html
index f1f19f7a355..980745c995a 100644
--- a/docs/com/stripe/android/TokenCallback.html
+++ b/docs/com/stripe/android/TokenCallback.html
@@ -2,9 +2,9 @@
-
+
TokenCallback
-
+
diff --git a/docs/com/stripe/android/exception/APIConnectionException.html b/docs/com/stripe/android/exception/APIConnectionException.html
index 719ce06c999..e7187d38ed7 100644
--- a/docs/com/stripe/android/exception/APIConnectionException.html
+++ b/docs/com/stripe/android/exception/APIConnectionException.html
@@ -2,9 +2,9 @@
-
+
APIConnectionException
-
+
diff --git a/docs/com/stripe/android/exception/APIException.html b/docs/com/stripe/android/exception/APIException.html
index 0a9c84b53ac..0dbee9e45fb 100644
--- a/docs/com/stripe/android/exception/APIException.html
+++ b/docs/com/stripe/android/exception/APIException.html
@@ -2,9 +2,9 @@
-
+
APIException
-
+
diff --git a/docs/com/stripe/android/exception/AuthenticationException.html b/docs/com/stripe/android/exception/AuthenticationException.html
index 22f00f8f072..add545ca010 100644
--- a/docs/com/stripe/android/exception/AuthenticationException.html
+++ b/docs/com/stripe/android/exception/AuthenticationException.html
@@ -2,9 +2,9 @@
-
+
AuthenticationException
-
+
diff --git a/docs/com/stripe/android/exception/CardException.html b/docs/com/stripe/android/exception/CardException.html
index 4bfdf2fa7bf..d05c5194870 100644
--- a/docs/com/stripe/android/exception/CardException.html
+++ b/docs/com/stripe/android/exception/CardException.html
@@ -2,9 +2,9 @@
-
+
CardException
-
+
diff --git a/docs/com/stripe/android/exception/InvalidRequestException.html b/docs/com/stripe/android/exception/InvalidRequestException.html
index aa3da306d0d..9e1ca4b3013 100644
--- a/docs/com/stripe/android/exception/InvalidRequestException.html
+++ b/docs/com/stripe/android/exception/InvalidRequestException.html
@@ -2,9 +2,9 @@
-
+
InvalidRequestException
-
+
diff --git a/docs/com/stripe/android/exception/PermissionException.html b/docs/com/stripe/android/exception/PermissionException.html
index 616e9e62929..d12110b4193 100644
--- a/docs/com/stripe/android/exception/PermissionException.html
+++ b/docs/com/stripe/android/exception/PermissionException.html
@@ -2,9 +2,9 @@
-
+
PermissionException
-
+
diff --git a/docs/com/stripe/android/exception/RateLimitException.html b/docs/com/stripe/android/exception/RateLimitException.html
index 8b03278ea35..61993332e09 100644
--- a/docs/com/stripe/android/exception/RateLimitException.html
+++ b/docs/com/stripe/android/exception/RateLimitException.html
@@ -2,9 +2,9 @@
-
+
RateLimitException
-
+
diff --git a/docs/com/stripe/android/exception/StripeException.html b/docs/com/stripe/android/exception/StripeException.html
index bcc7d463fe9..f4807c7b99c 100644
--- a/docs/com/stripe/android/exception/StripeException.html
+++ b/docs/com/stripe/android/exception/StripeException.html
@@ -2,9 +2,9 @@
-
+
StripeException
-
+
diff --git a/docs/com/stripe/android/exception/package-frame.html b/docs/com/stripe/android/exception/package-frame.html
index f4eb33aa7d6..098f6eb6827 100644
--- a/docs/com/stripe/android/exception/package-frame.html
+++ b/docs/com/stripe/android/exception/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.exception
-
+
diff --git a/docs/com/stripe/android/exception/package-summary.html b/docs/com/stripe/android/exception/package-summary.html
index a9077797146..1f43bb36643 100644
--- a/docs/com/stripe/android/exception/package-summary.html
+++ b/docs/com/stripe/android/exception/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.exception
-
+
diff --git a/docs/com/stripe/android/exception/package-tree.html b/docs/com/stripe/android/exception/package-tree.html
index 584808943ad..006f8cb5f21 100644
--- a/docs/com/stripe/android/exception/package-tree.html
+++ b/docs/com/stripe/android/exception/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.exception Class Hierarchy
-
+
diff --git a/docs/com/stripe/android/model/AccountParams.BusinessType.html b/docs/com/stripe/android/model/AccountParams.BusinessType.html
index 68d112a1d6e..506b60e3a6c 100644
--- a/docs/com/stripe/android/model/AccountParams.BusinessType.html
+++ b/docs/com/stripe/android/model/AccountParams.BusinessType.html
@@ -2,9 +2,9 @@
-
+
AccountParams.BusinessType
-
+
diff --git a/docs/com/stripe/android/model/AccountParams.html b/docs/com/stripe/android/model/AccountParams.html
index afcbd752006..ceb07826289 100644
--- a/docs/com/stripe/android/model/AccountParams.html
+++ b/docs/com/stripe/android/model/AccountParams.html
@@ -2,9 +2,9 @@
-
+
AccountParams
-
+
diff --git a/docs/com/stripe/android/model/Address.Builder.html b/docs/com/stripe/android/model/Address.Builder.html
index ad49f680d81..c09edd81a2b 100644
--- a/docs/com/stripe/android/model/Address.Builder.html
+++ b/docs/com/stripe/android/model/Address.Builder.html
@@ -2,9 +2,9 @@
-
+
Address.Builder
-
+
diff --git a/docs/com/stripe/android/model/Address.RequiredBillingAddressFields.html b/docs/com/stripe/android/model/Address.RequiredBillingAddressFields.html
index 3e62a42abb5..49a301224c0 100644
--- a/docs/com/stripe/android/model/Address.RequiredBillingAddressFields.html
+++ b/docs/com/stripe/android/model/Address.RequiredBillingAddressFields.html
@@ -2,9 +2,9 @@
-
+
Address.RequiredBillingAddressFields
-
+
diff --git a/docs/com/stripe/android/model/Address.html b/docs/com/stripe/android/model/Address.html
index 3c214ec18be..2128538c784 100644
--- a/docs/com/stripe/android/model/Address.html
+++ b/docs/com/stripe/android/model/Address.html
@@ -2,9 +2,9 @@
-
+
Address
-
+
diff --git a/docs/com/stripe/android/model/BankAccount.BankAccountType.html b/docs/com/stripe/android/model/BankAccount.BankAccountType.html
index 231e06246b2..5a4b8e48a29 100644
--- a/docs/com/stripe/android/model/BankAccount.BankAccountType.html
+++ b/docs/com/stripe/android/model/BankAccount.BankAccountType.html
@@ -2,9 +2,9 @@
-
+
BankAccount.BankAccountType
-
+
diff --git a/docs/com/stripe/android/model/BankAccount.html b/docs/com/stripe/android/model/BankAccount.html
index 1641ec2cb33..9553f7bb8de 100644
--- a/docs/com/stripe/android/model/BankAccount.html
+++ b/docs/com/stripe/android/model/BankAccount.html
@@ -2,9 +2,9 @@
-
+
BankAccount
-
+
diff --git a/docs/com/stripe/android/model/Card.Builder.html b/docs/com/stripe/android/model/Card.Builder.html
index 96ceadbaacc..74a447e7bfe 100644
--- a/docs/com/stripe/android/model/Card.Builder.html
+++ b/docs/com/stripe/android/model/Card.Builder.html
@@ -2,9 +2,9 @@
-
+
Card.Builder
-
+
diff --git a/docs/com/stripe/android/model/Card.CardBrand.html b/docs/com/stripe/android/model/Card.CardBrand.html
index 273ae819dba..09ad31bc6f3 100644
--- a/docs/com/stripe/android/model/Card.CardBrand.html
+++ b/docs/com/stripe/android/model/Card.CardBrand.html
@@ -2,9 +2,9 @@
-
+
Card.CardBrand
-
+
diff --git a/docs/com/stripe/android/model/Card.FundingType.html b/docs/com/stripe/android/model/Card.FundingType.html
index 6d51fa18a87..d9f84294eba 100644
--- a/docs/com/stripe/android/model/Card.FundingType.html
+++ b/docs/com/stripe/android/model/Card.FundingType.html
@@ -2,9 +2,9 @@
-
+
Card.FundingType
-
+
diff --git a/docs/com/stripe/android/model/Card.html b/docs/com/stripe/android/model/Card.html
index 09f21c1dff0..c99b8a926b6 100644
--- a/docs/com/stripe/android/model/Card.html
+++ b/docs/com/stripe/android/model/Card.html
@@ -2,9 +2,9 @@
-
+
Card
-
+
diff --git a/docs/com/stripe/android/model/ConfirmPaymentIntentParams.html b/docs/com/stripe/android/model/ConfirmPaymentIntentParams.html
index ec0389ab620..c0e30fbf8b3 100644
--- a/docs/com/stripe/android/model/ConfirmPaymentIntentParams.html
+++ b/docs/com/stripe/android/model/ConfirmPaymentIntentParams.html
@@ -2,9 +2,9 @@
-
+
ConfirmPaymentIntentParams
-
+
diff --git a/docs/com/stripe/android/model/ConfirmSetupIntentParams.html b/docs/com/stripe/android/model/ConfirmSetupIntentParams.html
index cad94f704b4..bc34c16962b 100644
--- a/docs/com/stripe/android/model/ConfirmSetupIntentParams.html
+++ b/docs/com/stripe/android/model/ConfirmSetupIntentParams.html
@@ -2,9 +2,9 @@
-
+
ConfirmSetupIntentParams
-
+
diff --git a/docs/com/stripe/android/model/ConfirmStripeIntentParams.html b/docs/com/stripe/android/model/ConfirmStripeIntentParams.html
index d17b8837768..d7b2f2c3089 100644
--- a/docs/com/stripe/android/model/ConfirmStripeIntentParams.html
+++ b/docs/com/stripe/android/model/ConfirmStripeIntentParams.html
@@ -2,9 +2,9 @@
-
+
ConfirmStripeIntentParams
-
+
diff --git a/docs/com/stripe/android/model/Customer.html b/docs/com/stripe/android/model/Customer.html
index 5c821f9ecc1..474c7cfd9f6 100644
--- a/docs/com/stripe/android/model/Customer.html
+++ b/docs/com/stripe/android/model/Customer.html
@@ -2,9 +2,9 @@
-
+
Customer
-
+
diff --git a/docs/com/stripe/android/model/CustomerSource.html b/docs/com/stripe/android/model/CustomerSource.html
index 6922ff6aaf1..12147601f6b 100644
--- a/docs/com/stripe/android/model/CustomerSource.html
+++ b/docs/com/stripe/android/model/CustomerSource.html
@@ -2,9 +2,9 @@
-
+
CustomerSource
-
+
diff --git a/docs/com/stripe/android/model/PaymentIntent.html b/docs/com/stripe/android/model/PaymentIntent.html
index 9d33620a2e4..d0018af4709 100644
--- a/docs/com/stripe/android/model/PaymentIntent.html
+++ b/docs/com/stripe/android/model/PaymentIntent.html
@@ -2,9 +2,9 @@
-
+
PaymentIntent
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.BillingDetails.Builder.html b/docs/com/stripe/android/model/PaymentMethod.BillingDetails.Builder.html
index 2e4ce311c65..6ce2231dc0a 100644
--- a/docs/com/stripe/android/model/PaymentMethod.BillingDetails.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.BillingDetails.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.BillingDetails.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.BillingDetails.html b/docs/com/stripe/android/model/PaymentMethod.BillingDetails.html
index 204ec90cbff..7daf19531f6 100644
--- a/docs/com/stripe/android/model/PaymentMethod.BillingDetails.html
+++ b/docs/com/stripe/android/model/PaymentMethod.BillingDetails.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.BillingDetails
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Builder.html b/docs/com/stripe/android/model/PaymentMethod.Builder.html
index 59784617e18..0bd39cb9ffe 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.Brand.html b/docs/com/stripe/android/model/PaymentMethod.Card.Brand.html
index c0c538e7dba..d9b925f914e 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.Brand.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.Brand.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.Brand
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.Builder.html b/docs/com/stripe/android/model/PaymentMethod.Card.Builder.html
index 1ebf30fce3e..10f30631c96 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.Checks.Builder.html b/docs/com/stripe/android/model/PaymentMethod.Card.Checks.Builder.html
index 95249bfa702..e707517fcfc 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.Checks.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.Checks.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.Checks.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.Checks.html b/docs/com/stripe/android/model/PaymentMethod.Card.Checks.html
index 2f9c9d5c4e6..b00be8af363 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.Checks.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.Checks.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.Checks
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.Builder.html b/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.Builder.html
index 6f106b0b73f..6eec2a15b9f 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.ThreeDSecureUsage.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.html b/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.html
index c9844752900..ee286659097 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.ThreeDSecureUsage.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card.ThreeDSecureUsage
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Card.html b/docs/com/stripe/android/model/PaymentMethod.Card.html
index bcdd2ca5326..7db7166c8de 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Card.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Card.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Card
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.CardPresent.html b/docs/com/stripe/android/model/PaymentMethod.CardPresent.html
index b0c3b5139b1..d4cfbca3335 100644
--- a/docs/com/stripe/android/model/PaymentMethod.CardPresent.html
+++ b/docs/com/stripe/android/model/PaymentMethod.CardPresent.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.CardPresent
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Ideal.Builder.html b/docs/com/stripe/android/model/PaymentMethod.Ideal.Builder.html
index ee6423f1c18..2c5c661520c 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Ideal.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Ideal.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Ideal.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Ideal.html b/docs/com/stripe/android/model/PaymentMethod.Ideal.html
index 28b063e128e..d98c4aa7566 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Ideal.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Ideal.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Ideal
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.Type.html b/docs/com/stripe/android/model/PaymentMethod.Type.html
index 3ad76da32ad..cb42d495f13 100644
--- a/docs/com/stripe/android/model/PaymentMethod.Type.html
+++ b/docs/com/stripe/android/model/PaymentMethod.Type.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod.Type
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethod.html b/docs/com/stripe/android/model/PaymentMethod.html
index fed25ddc951..467856c0061 100644
--- a/docs/com/stripe/android/model/PaymentMethod.html
+++ b/docs/com/stripe/android/model/PaymentMethod.html
@@ -2,9 +2,9 @@
-
+
PaymentMethod
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.Builder.html b/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.Builder.html
index 82b19e1b489..e2bf5e28f5c 100644
--- a/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethodCreateParams.Card.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.html b/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.html
index c31bc08fa20..788d143a35d 100644
--- a/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.html
+++ b/docs/com/stripe/android/model/PaymentMethodCreateParams.Card.html
@@ -2,9 +2,9 @@
-
+
PaymentMethodCreateParams.Card
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.Builder.html b/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.Builder.html
index 8650c3a0d08..50d6be5ca7c 100644
--- a/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.Builder.html
+++ b/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.Builder.html
@@ -2,9 +2,9 @@
-
+
PaymentMethodCreateParams.Ideal.Builder
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.html b/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.html
index 33842d1ff90..e65f4c50ed8 100644
--- a/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.html
+++ b/docs/com/stripe/android/model/PaymentMethodCreateParams.Ideal.html
@@ -2,9 +2,9 @@
-
+
PaymentMethodCreateParams.Ideal
-
+
diff --git a/docs/com/stripe/android/model/PaymentMethodCreateParams.html b/docs/com/stripe/android/model/PaymentMethodCreateParams.html
index 1f1384adf67..798c511c6ef 100644
--- a/docs/com/stripe/android/model/PaymentMethodCreateParams.html
+++ b/docs/com/stripe/android/model/PaymentMethodCreateParams.html
@@ -2,9 +2,9 @@
-
+
PaymentMethodCreateParams
-
+
diff --git a/docs/com/stripe/android/model/SetupIntent.html b/docs/com/stripe/android/model/SetupIntent.html
index 1a3fa939ff5..d8c50ad9d9c 100644
--- a/docs/com/stripe/android/model/SetupIntent.html
+++ b/docs/com/stripe/android/model/SetupIntent.html
@@ -2,9 +2,9 @@
-
+
SetupIntent
-
+
diff --git a/docs/com/stripe/android/model/ShippingInformation.html b/docs/com/stripe/android/model/ShippingInformation.html
index e080525b8f6..e7bbbcff926 100644
--- a/docs/com/stripe/android/model/ShippingInformation.html
+++ b/docs/com/stripe/android/model/ShippingInformation.html
@@ -2,9 +2,9 @@
-
+
ShippingInformation
-
+
diff --git a/docs/com/stripe/android/model/ShippingMethod.html b/docs/com/stripe/android/model/ShippingMethod.html
index 037782644a6..82a3d6c8ae0 100644
--- a/docs/com/stripe/android/model/ShippingMethod.html
+++ b/docs/com/stripe/android/model/ShippingMethod.html
@@ -2,9 +2,9 @@
-
+
ShippingMethod
-
+
diff --git a/docs/com/stripe/android/model/Source.SourceFlow.html b/docs/com/stripe/android/model/Source.SourceFlow.html
index aed88c5517e..6f76e6b8be0 100644
--- a/docs/com/stripe/android/model/Source.SourceFlow.html
+++ b/docs/com/stripe/android/model/Source.SourceFlow.html
@@ -2,9 +2,9 @@
-
+
Source.SourceFlow
-
+
diff --git a/docs/com/stripe/android/model/Source.SourceStatus.html b/docs/com/stripe/android/model/Source.SourceStatus.html
index 3e4fc0ba8eb..6716ccde177 100644
--- a/docs/com/stripe/android/model/Source.SourceStatus.html
+++ b/docs/com/stripe/android/model/Source.SourceStatus.html
@@ -2,9 +2,9 @@
-
+
Source.SourceStatus
-
+
diff --git a/docs/com/stripe/android/model/Source.SourceType.html b/docs/com/stripe/android/model/Source.SourceType.html
index e8bc85ae4c7..0d2b0989376 100644
--- a/docs/com/stripe/android/model/Source.SourceType.html
+++ b/docs/com/stripe/android/model/Source.SourceType.html
@@ -2,9 +2,9 @@
-
+
Source.SourceType
-
+
diff --git a/docs/com/stripe/android/model/Source.Usage.html b/docs/com/stripe/android/model/Source.Usage.html
index 15bfe852156..3d7a9207914 100644
--- a/docs/com/stripe/android/model/Source.Usage.html
+++ b/docs/com/stripe/android/model/Source.Usage.html
@@ -2,9 +2,9 @@
-
+
Source.Usage
-
+
diff --git a/docs/com/stripe/android/model/Source.html b/docs/com/stripe/android/model/Source.html
index 212ab480fbb..39c0ef2ea71 100644
--- a/docs/com/stripe/android/model/Source.html
+++ b/docs/com/stripe/android/model/Source.html
@@ -2,9 +2,9 @@
-
+
Source
-
+
diff --git a/docs/com/stripe/android/model/SourceCardData.ThreeDSecureStatus.html b/docs/com/stripe/android/model/SourceCardData.ThreeDSecureStatus.html
index b20f2b9a580..679055dd4a4 100644
--- a/docs/com/stripe/android/model/SourceCardData.ThreeDSecureStatus.html
+++ b/docs/com/stripe/android/model/SourceCardData.ThreeDSecureStatus.html
@@ -2,9 +2,9 @@
-
+
SourceCardData.ThreeDSecureStatus
-
+
diff --git a/docs/com/stripe/android/model/SourceCardData.html b/docs/com/stripe/android/model/SourceCardData.html
index 9bbbb20ccb2..408742b0d68 100644
--- a/docs/com/stripe/android/model/SourceCardData.html
+++ b/docs/com/stripe/android/model/SourceCardData.html
@@ -2,9 +2,9 @@
-
+
SourceCardData
-
+
diff --git a/docs/com/stripe/android/model/SourceCodeVerification.html b/docs/com/stripe/android/model/SourceCodeVerification.html
index 3dd5579000e..b410e315f48 100644
--- a/docs/com/stripe/android/model/SourceCodeVerification.html
+++ b/docs/com/stripe/android/model/SourceCodeVerification.html
@@ -2,9 +2,9 @@
-
+
SourceCodeVerification
-
+
diff --git a/docs/com/stripe/android/model/SourceOwner.html b/docs/com/stripe/android/model/SourceOwner.html
index 0a7fe02152c..70b7738f89c 100644
--- a/docs/com/stripe/android/model/SourceOwner.html
+++ b/docs/com/stripe/android/model/SourceOwner.html
@@ -2,9 +2,9 @@
-
+
SourceOwner
-
+
diff --git a/docs/com/stripe/android/model/SourceParams.html b/docs/com/stripe/android/model/SourceParams.html
index b4b28730280..bf602f38727 100644
--- a/docs/com/stripe/android/model/SourceParams.html
+++ b/docs/com/stripe/android/model/SourceParams.html
@@ -2,9 +2,9 @@
-
+
SourceParams
-
+
diff --git a/docs/com/stripe/android/model/SourceReceiver.html b/docs/com/stripe/android/model/SourceReceiver.html
index ec65caba977..34b5ea2e169 100644
--- a/docs/com/stripe/android/model/SourceReceiver.html
+++ b/docs/com/stripe/android/model/SourceReceiver.html
@@ -2,9 +2,9 @@
-
+
SourceReceiver
-
+
diff --git a/docs/com/stripe/android/model/SourceRedirect.html b/docs/com/stripe/android/model/SourceRedirect.html
index d8df32c0f72..c0a6a8bac47 100644
--- a/docs/com/stripe/android/model/SourceRedirect.html
+++ b/docs/com/stripe/android/model/SourceRedirect.html
@@ -2,9 +2,9 @@
-
+
SourceRedirect
-
+
diff --git a/docs/com/stripe/android/model/SourceSepaDebitData.Builder.html b/docs/com/stripe/android/model/SourceSepaDebitData.Builder.html
index 985d248f278..f6b5fca6e3a 100644
--- a/docs/com/stripe/android/model/SourceSepaDebitData.Builder.html
+++ b/docs/com/stripe/android/model/SourceSepaDebitData.Builder.html
@@ -2,9 +2,9 @@
-
+
SourceSepaDebitData.Builder
-
+
diff --git a/docs/com/stripe/android/model/SourceSepaDebitData.html b/docs/com/stripe/android/model/SourceSepaDebitData.html
index dc394b33ce2..3fc84262896 100644
--- a/docs/com/stripe/android/model/SourceSepaDebitData.html
+++ b/docs/com/stripe/android/model/SourceSepaDebitData.html
@@ -2,9 +2,9 @@
-
+
SourceSepaDebitData
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2AuthResult.Ares.html b/docs/com/stripe/android/model/Stripe3ds2AuthResult.Ares.html
index d98ed619706..803934b2226 100644
--- a/docs/com/stripe/android/model/Stripe3ds2AuthResult.Ares.html
+++ b/docs/com/stripe/android/model/Stripe3ds2AuthResult.Ares.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2AuthResult.Ares
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2AuthResult.MessageExtension.html b/docs/com/stripe/android/model/Stripe3ds2AuthResult.MessageExtension.html
index 801798015c8..68af7d83f3a 100644
--- a/docs/com/stripe/android/model/Stripe3ds2AuthResult.MessageExtension.html
+++ b/docs/com/stripe/android/model/Stripe3ds2AuthResult.MessageExtension.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2AuthResult.MessageExtension
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2AuthResult.ThreeDS2Error.html b/docs/com/stripe/android/model/Stripe3ds2AuthResult.ThreeDS2Error.html
index 3ff3b6a8c1e..322ec3c9726 100644
--- a/docs/com/stripe/android/model/Stripe3ds2AuthResult.ThreeDS2Error.html
+++ b/docs/com/stripe/android/model/Stripe3ds2AuthResult.ThreeDS2Error.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2AuthResult.ThreeDS2Error
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2AuthResult.html b/docs/com/stripe/android/model/Stripe3ds2AuthResult.html
index dfa73df04e0..e5c3b856ea5 100644
--- a/docs/com/stripe/android/model/Stripe3ds2AuthResult.html
+++ b/docs/com/stripe/android/model/Stripe3ds2AuthResult.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2AuthResult
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServer.html b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServer.html
index 686398c1fc9..9f1c0903e40 100644
--- a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServer.html
+++ b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServer.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2Fingerprint.DirectoryServer
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServerEncryption.html b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServerEncryption.html
index ff68ce87178..176d9b0bab0 100644
--- a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServerEncryption.html
+++ b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.DirectoryServerEncryption.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2Fingerprint.DirectoryServerEncryption
-
+
diff --git a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.html b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.html
index e6aacf946ec..df9f492c214 100644
--- a/docs/com/stripe/android/model/Stripe3ds2Fingerprint.html
+++ b/docs/com/stripe/android/model/Stripe3ds2Fingerprint.html
@@ -2,9 +2,9 @@
-
+
Stripe3ds2Fingerprint
-
+
diff --git a/docs/com/stripe/android/model/Stripe3dsRedirect.html b/docs/com/stripe/android/model/Stripe3dsRedirect.html
index 19c74bf8ae2..a68ccb47c1b 100644
--- a/docs/com/stripe/android/model/Stripe3dsRedirect.html
+++ b/docs/com/stripe/android/model/Stripe3dsRedirect.html
@@ -2,9 +2,9 @@
-
+
Stripe3dsRedirect
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.NextActionType.html b/docs/com/stripe/android/model/StripeIntent.NextActionType.html
index ef0d1c73da5..d5d194775a2 100644
--- a/docs/com/stripe/android/model/StripeIntent.NextActionType.html
+++ b/docs/com/stripe/android/model/StripeIntent.NextActionType.html
@@ -2,9 +2,9 @@
-
+
StripeIntent.NextActionType
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.RedirectData.html b/docs/com/stripe/android/model/StripeIntent.RedirectData.html
index 89acdbf420c..59c0d5beb15 100644
--- a/docs/com/stripe/android/model/StripeIntent.RedirectData.html
+++ b/docs/com/stripe/android/model/StripeIntent.RedirectData.html
@@ -2,9 +2,9 @@
-
+
StripeIntent.RedirectData
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.SdkData.html b/docs/com/stripe/android/model/StripeIntent.SdkData.html
index 45a8e5d14ea..572d990ca63 100644
--- a/docs/com/stripe/android/model/StripeIntent.SdkData.html
+++ b/docs/com/stripe/android/model/StripeIntent.SdkData.html
@@ -2,9 +2,9 @@
-
+
StripeIntent.SdkData
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.Status.html b/docs/com/stripe/android/model/StripeIntent.Status.html
index 1a5ab1b248e..c8854aeebab 100644
--- a/docs/com/stripe/android/model/StripeIntent.Status.html
+++ b/docs/com/stripe/android/model/StripeIntent.Status.html
@@ -2,9 +2,9 @@
-
+
StripeIntent.Status
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.Usage.html b/docs/com/stripe/android/model/StripeIntent.Usage.html
index 1f6810b8d6f..7cf90b00742 100644
--- a/docs/com/stripe/android/model/StripeIntent.Usage.html
+++ b/docs/com/stripe/android/model/StripeIntent.Usage.html
@@ -2,9 +2,9 @@
-
+
StripeIntent.Usage
-
+
diff --git a/docs/com/stripe/android/model/StripeIntent.html b/docs/com/stripe/android/model/StripeIntent.html
index c9e7e2bd1d2..913b285ba53 100644
--- a/docs/com/stripe/android/model/StripeIntent.html
+++ b/docs/com/stripe/android/model/StripeIntent.html
@@ -2,9 +2,9 @@
-
+
StripeIntent
-
+
diff --git a/docs/com/stripe/android/model/StripeJsonUtils.html b/docs/com/stripe/android/model/StripeJsonUtils.html
index 5e695db9b76..e61e5dc6b70 100644
--- a/docs/com/stripe/android/model/StripeJsonUtils.html
+++ b/docs/com/stripe/android/model/StripeJsonUtils.html
@@ -2,9 +2,9 @@
-
+
StripeJsonUtils
-
+
diff --git a/docs/com/stripe/android/model/StripeModel.html b/docs/com/stripe/android/model/StripeModel.html
index 97503ee70ca..afc7ae7202a 100644
--- a/docs/com/stripe/android/model/StripeModel.html
+++ b/docs/com/stripe/android/model/StripeModel.html
@@ -2,9 +2,9 @@
-
+
StripeModel
-
+
diff --git a/docs/com/stripe/android/model/StripePaymentSource.html b/docs/com/stripe/android/model/StripePaymentSource.html
index ff2a0511b91..55710f89543 100644
--- a/docs/com/stripe/android/model/StripePaymentSource.html
+++ b/docs/com/stripe/android/model/StripePaymentSource.html
@@ -2,9 +2,9 @@
-
+
StripePaymentSource
-
+
diff --git a/docs/com/stripe/android/model/StripeSourceTypeModel.html b/docs/com/stripe/android/model/StripeSourceTypeModel.html
index ac8e31c5bc4..1a022cb6425 100644
--- a/docs/com/stripe/android/model/StripeSourceTypeModel.html
+++ b/docs/com/stripe/android/model/StripeSourceTypeModel.html
@@ -2,9 +2,9 @@
-
+
StripeSourceTypeModel
-
+
diff --git a/docs/com/stripe/android/model/Token.TokenType.html b/docs/com/stripe/android/model/Token.TokenType.html
index f83f71622dd..1e2e5971299 100644
--- a/docs/com/stripe/android/model/Token.TokenType.html
+++ b/docs/com/stripe/android/model/Token.TokenType.html
@@ -2,9 +2,9 @@
-
+
Token.TokenType
-
+
diff --git a/docs/com/stripe/android/model/Token.html b/docs/com/stripe/android/model/Token.html
index 29f5d7b64b4..5d940a4ad15 100644
--- a/docs/com/stripe/android/model/Token.html
+++ b/docs/com/stripe/android/model/Token.html
@@ -2,9 +2,9 @@
-
+
Token
-
+
diff --git a/docs/com/stripe/android/model/package-frame.html b/docs/com/stripe/android/model/package-frame.html
index 95760aea6a1..20906b4902f 100644
--- a/docs/com/stripe/android/model/package-frame.html
+++ b/docs/com/stripe/android/model/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model
-
+
diff --git a/docs/com/stripe/android/model/package-summary.html b/docs/com/stripe/android/model/package-summary.html
index e7b938065e1..6f9a771f183 100644
--- a/docs/com/stripe/android/model/package-summary.html
+++ b/docs/com/stripe/android/model/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model
-
+
diff --git a/docs/com/stripe/android/model/package-tree.html b/docs/com/stripe/android/model/package-tree.html
index 109bccb58b5..99aeba25b0a 100644
--- a/docs/com/stripe/android/model/package-tree.html
+++ b/docs/com/stripe/android/model/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model Class Hierarchy
-
+
@@ -151,17 +151,17 @@ Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
@@ -169,12 +169,12 @@ Enum Hierarchy
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
diff --git a/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.Builder.html b/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.Builder.html
index 836061c34db..35d6672bd4b 100644
--- a/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
AmexExpressCheckoutWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.html b/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.html
index afe4d68a4c8..053e6caca7b 100644
--- a/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.html
+++ b/docs/com/stripe/android/model/wallets/AmexExpressCheckoutWallet.html
@@ -2,9 +2,9 @@
-
+
AmexExpressCheckoutWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/ApplePayWallet.Builder.html b/docs/com/stripe/android/model/wallets/ApplePayWallet.Builder.html
index 56b50e0b205..7aac369015d 100644
--- a/docs/com/stripe/android/model/wallets/ApplePayWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/ApplePayWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
ApplePayWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/ApplePayWallet.html b/docs/com/stripe/android/model/wallets/ApplePayWallet.html
index 00844d2b04b..51d705db910 100644
--- a/docs/com/stripe/android/model/wallets/ApplePayWallet.html
+++ b/docs/com/stripe/android/model/wallets/ApplePayWallet.html
@@ -2,9 +2,9 @@
-
+
ApplePayWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/GooglePayWallet.Builder.html b/docs/com/stripe/android/model/wallets/GooglePayWallet.Builder.html
index 2f0bce12217..ac89cfb47fe 100644
--- a/docs/com/stripe/android/model/wallets/GooglePayWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/GooglePayWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
GooglePayWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/GooglePayWallet.html b/docs/com/stripe/android/model/wallets/GooglePayWallet.html
index 173496840ce..bb40b8dc2e6 100644
--- a/docs/com/stripe/android/model/wallets/GooglePayWallet.html
+++ b/docs/com/stripe/android/model/wallets/GooglePayWallet.html
@@ -2,9 +2,9 @@
-
+
GooglePayWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/MasterpassWallet.Builder.html b/docs/com/stripe/android/model/wallets/MasterpassWallet.Builder.html
index b7f4160ca29..65b6ddfb482 100644
--- a/docs/com/stripe/android/model/wallets/MasterpassWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/MasterpassWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
MasterpassWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/MasterpassWallet.html b/docs/com/stripe/android/model/wallets/MasterpassWallet.html
index 743356f9072..68b914225de 100644
--- a/docs/com/stripe/android/model/wallets/MasterpassWallet.html
+++ b/docs/com/stripe/android/model/wallets/MasterpassWallet.html
@@ -2,9 +2,9 @@
-
+
MasterpassWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/SamsungPayWallet.Builder.html b/docs/com/stripe/android/model/wallets/SamsungPayWallet.Builder.html
index fc15a5a4ef6..b2ead56574d 100644
--- a/docs/com/stripe/android/model/wallets/SamsungPayWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/SamsungPayWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
SamsungPayWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/SamsungPayWallet.html b/docs/com/stripe/android/model/wallets/SamsungPayWallet.html
index 3d4c4eceb66..289a54fd872 100644
--- a/docs/com/stripe/android/model/wallets/SamsungPayWallet.html
+++ b/docs/com/stripe/android/model/wallets/SamsungPayWallet.html
@@ -2,9 +2,9 @@
-
+
SamsungPayWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.Builder.html b/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.Builder.html
index a8e62296fce..d40b9b808ca 100644
--- a/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.Builder.html
+++ b/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.Builder.html
@@ -2,9 +2,9 @@
-
+
VisaCheckoutWallet.Builder
-
+
diff --git a/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.html b/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.html
index 568de4222e0..79088c35ed4 100644
--- a/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.html
+++ b/docs/com/stripe/android/model/wallets/VisaCheckoutWallet.html
@@ -2,9 +2,9 @@
-
+
VisaCheckoutWallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/Wallet.Address.html b/docs/com/stripe/android/model/wallets/Wallet.Address.html
index 30fcc6ecfa2..ff3b47ddbd4 100644
--- a/docs/com/stripe/android/model/wallets/Wallet.Address.html
+++ b/docs/com/stripe/android/model/wallets/Wallet.Address.html
@@ -2,9 +2,9 @@
-
+
Wallet.Address
-
+
diff --git a/docs/com/stripe/android/model/wallets/Wallet.html b/docs/com/stripe/android/model/wallets/Wallet.html
index c21bc1663e1..4ed0063e2f5 100644
--- a/docs/com/stripe/android/model/wallets/Wallet.html
+++ b/docs/com/stripe/android/model/wallets/Wallet.html
@@ -2,9 +2,9 @@
-
+
Wallet
-
+
diff --git a/docs/com/stripe/android/model/wallets/WalletFactory.html b/docs/com/stripe/android/model/wallets/WalletFactory.html
index 8bdf71d9f77..82252584a96 100644
--- a/docs/com/stripe/android/model/wallets/WalletFactory.html
+++ b/docs/com/stripe/android/model/wallets/WalletFactory.html
@@ -2,9 +2,9 @@
-
+
WalletFactory
-
+
diff --git a/docs/com/stripe/android/model/wallets/package-frame.html b/docs/com/stripe/android/model/wallets/package-frame.html
index b306220ce6f..c51b5610173 100644
--- a/docs/com/stripe/android/model/wallets/package-frame.html
+++ b/docs/com/stripe/android/model/wallets/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model.wallets
-
+
diff --git a/docs/com/stripe/android/model/wallets/package-summary.html b/docs/com/stripe/android/model/wallets/package-summary.html
index ff9d4f06f20..d5f7eb84206 100644
--- a/docs/com/stripe/android/model/wallets/package-summary.html
+++ b/docs/com/stripe/android/model/wallets/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model.wallets
-
+
diff --git a/docs/com/stripe/android/model/wallets/package-tree.html b/docs/com/stripe/android/model/wallets/package-tree.html
index c9266732ef2..4cdb9a9be9b 100644
--- a/docs/com/stripe/android/model/wallets/package-tree.html
+++ b/docs/com/stripe/android/model/wallets/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.model.wallets Class Hierarchy
-
+
diff --git a/docs/com/stripe/android/package-frame.html b/docs/com/stripe/android/package-frame.html
index fb66a589051..9d3af03bd24 100644
--- a/docs/com/stripe/android/package-frame.html
+++ b/docs/com/stripe/android/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android
-
+
diff --git a/docs/com/stripe/android/package-summary.html b/docs/com/stripe/android/package-summary.html
index 99cea8b6da6..bb3a0ba9ee3 100644
--- a/docs/com/stripe/android/package-summary.html
+++ b/docs/com/stripe/android/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android
-
+
@@ -148,7 +148,7 @@ Package com.stripe.android
diff --git a/docs/com/stripe/android/package-tree.html b/docs/com/stripe/android/package-tree.html
index 381144d5a4b..2652634ba7e 100644
--- a/docs/com/stripe/android/package-tree.html
+++ b/docs/com/stripe/android/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android Class Hierarchy
-
+
@@ -146,8 +146,8 @@ Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
diff --git a/docs/com/stripe/android/utils/ClassUtils.html b/docs/com/stripe/android/utils/ClassUtils.html
index e6c7906a4ef..f3d286cef8f 100644
--- a/docs/com/stripe/android/utils/ClassUtils.html
+++ b/docs/com/stripe/android/utils/ClassUtils.html
@@ -2,9 +2,9 @@
-
+
ClassUtils
-
+
diff --git a/docs/com/stripe/android/utils/ObjectUtils.html b/docs/com/stripe/android/utils/ObjectUtils.html
index a44dda5a073..fb5b26665cc 100644
--- a/docs/com/stripe/android/utils/ObjectUtils.html
+++ b/docs/com/stripe/android/utils/ObjectUtils.html
@@ -2,9 +2,9 @@
-
+
ObjectUtils
-
+
diff --git a/docs/com/stripe/android/utils/package-frame.html b/docs/com/stripe/android/utils/package-frame.html
index eb9c6bfc8bf..97ab47b4182 100644
--- a/docs/com/stripe/android/utils/package-frame.html
+++ b/docs/com/stripe/android/utils/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.utils
-
+
diff --git a/docs/com/stripe/android/utils/package-summary.html b/docs/com/stripe/android/utils/package-summary.html
index ec459c997f9..19ab2c67a63 100644
--- a/docs/com/stripe/android/utils/package-summary.html
+++ b/docs/com/stripe/android/utils/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.utils
-
+
diff --git a/docs/com/stripe/android/utils/package-tree.html b/docs/com/stripe/android/utils/package-tree.html
index ab8eed537c0..faf45e81010 100644
--- a/docs/com/stripe/android/utils/package-tree.html
+++ b/docs/com/stripe/android/utils/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.stripe.android.utils Class Hierarchy
-
+
diff --git a/docs/com/stripe/android/view/ActivityStarter.html b/docs/com/stripe/android/view/ActivityStarter.html
index 07b4ef4b795..dcaef322dd9 100644
--- a/docs/com/stripe/android/view/ActivityStarter.html
+++ b/docs/com/stripe/android/view/ActivityStarter.html
@@ -2,9 +2,9 @@
-
+
ActivityStarter
-
+
diff --git a/docs/com/stripe/android/view/AddPaymentMethodActivity.html b/docs/com/stripe/android/view/AddPaymentMethodActivity.html
index c66e09e57f5..5e0227f9fad 100644
--- a/docs/com/stripe/android/view/AddPaymentMethodActivity.html
+++ b/docs/com/stripe/android/view/AddPaymentMethodActivity.html
@@ -2,9 +2,9 @@
-
+
AddPaymentMethodActivity
-
+
diff --git a/docs/com/stripe/android/view/CardInputListener.FocusField.html b/docs/com/stripe/android/view/CardInputListener.FocusField.html
index 71e2bc4992d..317d13ad497 100644
--- a/docs/com/stripe/android/view/CardInputListener.FocusField.html
+++ b/docs/com/stripe/android/view/CardInputListener.FocusField.html
@@ -2,9 +2,9 @@
-
+
CardInputListener.FocusField
-
+
diff --git a/docs/com/stripe/android/view/CardInputListener.html b/docs/com/stripe/android/view/CardInputListener.html
index 84f331b0c1c..3b3a385b01a 100644
--- a/docs/com/stripe/android/view/CardInputListener.html
+++ b/docs/com/stripe/android/view/CardInputListener.html
@@ -2,9 +2,9 @@
-
+
CardInputListener
-
+
diff --git a/docs/com/stripe/android/view/CardInputWidget.html b/docs/com/stripe/android/view/CardInputWidget.html
index 9ab877f0b21..73a19aca980 100644
--- a/docs/com/stripe/android/view/CardInputWidget.html
+++ b/docs/com/stripe/android/view/CardInputWidget.html
@@ -2,9 +2,9 @@
-
+
CardInputWidget
-
+
diff --git a/docs/com/stripe/android/view/CardMultilineWidget.html b/docs/com/stripe/android/view/CardMultilineWidget.html
index 9f0354957f1..50efd7724c0 100644
--- a/docs/com/stripe/android/view/CardMultilineWidget.html
+++ b/docs/com/stripe/android/view/CardMultilineWidget.html
@@ -2,9 +2,9 @@
-
+
CardMultilineWidget
-
+
diff --git a/docs/com/stripe/android/view/CardNumberEditText.html b/docs/com/stripe/android/view/CardNumberEditText.html
index 5c1c4a5a3f7..2e0936ac4fd 100644
--- a/docs/com/stripe/android/view/CardNumberEditText.html
+++ b/docs/com/stripe/android/view/CardNumberEditText.html
@@ -2,9 +2,9 @@
-
+
CardNumberEditText
-
+
diff --git a/docs/com/stripe/android/view/CountryAutoCompleteTextView.html b/docs/com/stripe/android/view/CountryAutoCompleteTextView.html
index 7da80be1cce..0a8d7b3cfe3 100644
--- a/docs/com/stripe/android/view/CountryAutoCompleteTextView.html
+++ b/docs/com/stripe/android/view/CountryAutoCompleteTextView.html
@@ -2,9 +2,9 @@
-
+
CountryAutoCompleteTextView
-
+
diff --git a/docs/com/stripe/android/view/ExpiryDateEditText.html b/docs/com/stripe/android/view/ExpiryDateEditText.html
index 79a69dc33f1..5b6fd3c9395 100644
--- a/docs/com/stripe/android/view/ExpiryDateEditText.html
+++ b/docs/com/stripe/android/view/ExpiryDateEditText.html
@@ -2,9 +2,9 @@
-
+
ExpiryDateEditText
-
+
diff --git a/docs/com/stripe/android/view/IconTextInputLayout.html b/docs/com/stripe/android/view/IconTextInputLayout.html
index 0ff7ee1f622..e2651a39926 100644
--- a/docs/com/stripe/android/view/IconTextInputLayout.html
+++ b/docs/com/stripe/android/view/IconTextInputLayout.html
@@ -2,9 +2,9 @@
-
+
IconTextInputLayout
-
+
diff --git a/docs/com/stripe/android/view/MaskedCardView.html b/docs/com/stripe/android/view/MaskedCardView.html
index 92a8170b977..8dd30c75a8d 100644
--- a/docs/com/stripe/android/view/MaskedCardView.html
+++ b/docs/com/stripe/android/view/MaskedCardView.html
@@ -2,9 +2,9 @@
-
+
MaskedCardView
-
+
diff --git a/docs/com/stripe/android/view/PaymentAuthWebViewActivity.html b/docs/com/stripe/android/view/PaymentAuthWebViewActivity.html
index 93cbb40da1d..b3a7f8da492 100644
--- a/docs/com/stripe/android/view/PaymentAuthWebViewActivity.html
+++ b/docs/com/stripe/android/view/PaymentAuthWebViewActivity.html
@@ -2,9 +2,9 @@
-
+
PaymentAuthWebViewActivity
-
+
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -229,10 +229,18 @@ Method Summary
Method and Description