Fix docs script for Xcode 13, re-run

This commit is contained in:
David Estes 2022-01-10 15:02:23 -08:00
parent 5400310714
commit f3f7b92b2c
502 changed files with 7205 additions and 5144 deletions

View File

@ -6,4 +6,4 @@
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
//
CURRENT_PROJECT_VERSION=21.11.0
CURRENT_PROJECT_VERSION=21.11.1

View File

@ -61,7 +61,7 @@ We support Cocoapods, Carthage, and Swift Package Manager. If you link the libra
To manually link the **Stripe Identity iOS SDK**, follow [these instructions](StripeIdentity/README.md#manual-linking).
If you're reading this on GitHub.com, please make sure you are looking at the [tagged version](https://github.com/stripe/stripe-ios/tags) that corresponds to the release you have installed. Otherwise, the instructions and example code may be mismatched with your copy. You can read the latest tagged version of this README and browse the associated code on GitHub using
[this link](https://github.com/stripe/stripe-ios/tree/21.11.0).
[this link](https://github.com/stripe/stripe-ios/tree/21.11.1).
## Requirements

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'Accept online payments using Stripe.'
s.license = { :type => 'MIT', :file => 'LICENSE' }

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\
'It is not meant to be used without other Stripe pods.'

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'Scan credit and debit cards to verify that they\'re genuine'
s.license = { :type => 'MIT', :file => 'LICENSE' }

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\
'It is not meant to be used without other Stripe pods.'

View File

@ -10,7 +10,7 @@ import Foundation
public extension StripeAPIConfiguration {
/// The current version of this library.
static let STPSDKVersion = "21.11.0"
static let STPSDKVersion = "21.11.1"
/*
NOTE: `STPSDKVersion` must be a hard-coded static string instead of

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.'
s.license = { :type => 'MIT', :file => 'LICENSE' }

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Do not update s.version directly.
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
s.version = '21.11.0'
s.version = '21.11.1'
s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\
'It is not meant to be used without other Stripe pods.'

View File

@ -118,7 +118,7 @@ def run_sourcekitten(sdk_module)
schemes.each do |s|
output_file = File.join_if_safe($TEMP_DIR, "#{s}.json")
`sourcekitten doc -- archive -workspace Stripe.xcworkspace -scheme #{s} > #{output_file}`
`sourcekitten doc -- archive -workspace Stripe.xcworkspace -destination 'generic/platform=iOS' -scheme #{s} > #{output_file}`
sourcekitten_files << output_file
end
@ -162,7 +162,8 @@ def build_module_docs(modules, release_version, docs_root_directory)
--github-file-prefix "#{github_file_prefix}" \
--title "#{docs_title(release_version)}" \
--module #{m['framework_name']} \
--sourcekitten-sourcefile "#{sourcekitten_files.join(',')}"`
--sourcekitten-sourcefile "#{sourcekitten_files.join(',')}" \
--xcodebuild-arguments -destination,'generic/platform=iOS'`
# Delete temp readme file
unless readme_temp_file.nil? || !File.exist?(readme_temp_file)

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>A drop-in class that presents a sheet for a customer to complete their payment</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L33-L155">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L33-L155">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@ -923,7 +923,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -989,7 +989,7 @@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L44-L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L44-L49">Show on GitHub</a>
</div>
</section>
</div>
@ -1050,7 +1050,7 @@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L54-L59">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L54-L59">Show on GitHub</a>
</div>
</section>
</div>
@ -1116,7 +1116,7 @@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet.swift#L73-L132">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet.swift#L73-L132">Show on GitHub</a>
</div>
</section>
</div>
@ -1160,7 +1160,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L53-L111">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L53-L111">Show on GitHub</a>
</div>
</section>
</div>
@ -1235,7 +1235,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L102-L130">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L102-L130">Show on GitHub</a>
</div>
</section>
</div>
@ -1268,7 +1268,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L26-L222">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L26-L222">Show on GitHub</a>
</div>
</section>
</div>
@ -1300,7 +1300,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L27-L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L27-L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1331,7 +1331,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L114-L127">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L114-L127">Show on GitHub</a>
</div>
</section>
</div>
@ -1362,7 +1362,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L130-L144">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L130-L144">Show on GitHub</a>
</div>
</section>
</div>
@ -1393,7 +1393,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L147-L180">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L147-L180">Show on GitHub</a>
</div>
</section>
</div>
@ -1424,7 +1424,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L183-L197">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L183-L197">Show on GitHub</a>
</div>
</section>
</div>
@ -1437,7 +1437,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>An address.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L147-L180">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L147-L180">Show on GitHub</a>
</div>
</div>
</section>
@ -898,7 +898,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L150">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L150">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L153">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L153">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L157">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L157">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L161">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L161">Show on GitHub</a>
</div>
</section>
</div>
@ -1033,7 +1033,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L165">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L165">Show on GitHub</a>
</div>
</section>
</div>
@ -1068,7 +1068,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L169">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L169">Show on GitHub</a>
</div>
</section>
</div>
@ -1098,7 +1098,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L172-L179">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L172-L179">Show on GitHub</a>
</div>
</section>
</div>
@ -1111,7 +1111,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Configuration related to Apple Pay</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L130-L144">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L130-L144">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@ To obtain one, see <a href="https://stripe.com/docs/apple-pay#native">https://st
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L133">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L133">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@ See your account&rsquo;s country value here <a href="https://dashboard.stripe.co
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L137">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L137">Show on GitHub</a>
</div>
</section>
</div>
@ -955,7 +955,7 @@ See your account&rsquo;s country value here <a href="https://dashboard.stripe.co
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L140-L143">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L140-L143">Show on GitHub</a>
</div>
</section>
</div>
@ -968,7 +968,7 @@ See your account&rsquo;s country value here <a href="https://dashboard.stripe.co
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Billing details of a customer</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L183-L197">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L183-L197">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L185">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L185">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L189">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L189">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L193">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L193">Show on GitHub</a>
</div>
</section>
</div>
@ -993,7 +993,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L196">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L196">Show on GitHub</a>
</div>
</section>
</div>
@ -1006,7 +1006,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Configuration for PaymentSheet</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L53-L111">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L53-L111">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L58">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L61">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L61">Show on GitHub</a>
</div>
</section>
</div>
@ -962,7 +962,7 @@ If set, PaymentSheet displays Apple Pay as a payment option</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L65">Show on GitHub</a>
</div>
</section>
</div>
@ -992,7 +992,7 @@ If set, PaymentSheet displays Apple Pay as a payment option</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L73-L77">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L73-L77">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@ Default value is SheetStyle.automatic
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L84-L91">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L84-L91">Show on GitHub</a>
</div>
</section>
</div>
@ -1056,7 +1056,7 @@ If set, the customer can select a previously saved payment method within Payment
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L95">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L95">Show on GitHub</a>
</div>
</section>
</div>
@ -1088,7 +1088,7 @@ The default value is the name of your app, using CFBundleDisplayName or CFBundle
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L100">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L100">Show on GitHub</a>
</div>
</section>
</div>
@ -1119,7 +1119,7 @@ web views used for additional authentication, e.g. 3DS2</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L104">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L104">Show on GitHub</a>
</div>
</section>
</div>
@ -1149,7 +1149,7 @@ web views used for additional authentication, e.g. 3DS2</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L107">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L107">Show on GitHub</a>
</div>
</section>
</div>
@ -1179,7 +1179,7 @@ web views used for additional authentication, e.g. 3DS2</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L110">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L110">Show on GitHub</a>
</div>
</section>
</div>
@ -1192,7 +1192,7 @@ web views used for additional authentication, e.g. 3DS2</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Configuration related to the Stripe Customer</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L114-L127">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L114-L127">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@ See <a href="https://stripe.com/docs/api/customers/object#customer_object-id">ht
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L117">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L117">Show on GitHub</a>
</div>
</section>
</div>
@ -924,7 +924,7 @@ See <a href="https://stripe.com/docs/api/customers/object#customer_object-id">ht
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L120">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L120">Show on GitHub</a>
</div>
</section>
</div>
@ -954,7 +954,7 @@ See <a href="https://stripe.com/docs/api/customers/object#customer_object-id">ht
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L123-L126">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L123-L126">Show on GitHub</a>
</div>
</section>
</div>
@ -967,7 +967,7 @@ See <a href="https://stripe.com/docs/api/customers/object#customer_object-id">ht
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
<p>A class that presents the individual steps of a payment flow</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L26-L222">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L26-L222">Show on GitHub</a>
</div>
</div>
</section>
@ -905,7 +905,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L29-L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L29-L46">Show on GitHub</a>
</div>
</section>
</div>
@ -935,7 +935,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L49">Show on GitHub</a>
</div>
</section>
</div>
@ -966,7 +966,7 @@ You can use this to e.g. display the payment option in your UI.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L53-L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L53-L58">Show on GitHub</a>
</div>
</section>
</div>
@ -1063,7 +1063,7 @@ You can use the returned PaymentSheet.FlowController instance to e.g. update you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L116-L125">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L116-L125">Show on GitHub</a>
</div>
</section>
</div>
@ -1142,7 +1142,7 @@ You can use the returned PaymentSheet.FlowController instance to e.g. update you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L133-L142">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L133-L142">Show on GitHub</a>
</div>
</section>
</div>
@ -1207,7 +1207,7 @@ Call this when your &ldquo;Select a payment method&rdquo; button is tapped</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L170-L193">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L170-L193">Show on GitHub</a>
</div>
</section>
</div>
@ -1271,7 +1271,7 @@ Call this when your &ldquo;Select a payment method&rdquo; button is tapped</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L198-L221">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L198-L221">Show on GitHub</a>
</div>
</section>
</div>
@ -1346,7 +1346,7 @@ This is a convenience wrapper for the .paymentOptionsSheet() ViewModifier.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L142-L170">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L142-L170">Show on GitHub</a>
</div>
</section>
</div>
@ -1421,7 +1421,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L181-L209">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L181-L209">Show on GitHub</a>
</div>
</section>
</div>
@ -1434,7 +1434,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -903,7 +903,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L181-L209">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L181-L209">Show on GitHub</a>
</div>
</div>
</section>
@ -941,7 +941,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L189-L197">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L189-L197">Show on GitHub</a>
</div>
</section>
</div>
@ -970,7 +970,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L199-L208">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L199-L208">Show on GitHub</a>
</div>
</section>
</div>
@ -983,7 +983,7 @@ This is a convenience wrapper for the .paymentConfirmationSheet() ViewModifier.<
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Contains details about a payment method that can be displayed to the customer</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L29-L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L29-L46">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@ -923,7 +923,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetFlowController.swift#L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetFlowController.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@ -936,7 +936,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -903,7 +903,7 @@ This is a convenience wrapper for the .paymentOptionsSheet() ViewModifier.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L142-L170">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L142-L170">Show on GitHub</a>
</div>
</div>
</section>
@ -941,7 +941,7 @@ This is a convenience wrapper for the .paymentOptionsSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L150-L158">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L150-L158">Show on GitHub</a>
</div>
</section>
</div>
@ -970,7 +970,7 @@ This is a convenience wrapper for the .paymentOptionsSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L160-L169">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L160-L169">Show on GitHub</a>
</div>
</section>
</div>
@ -983,7 +983,7 @@ This is a convenience wrapper for the .paymentOptionsSheet() ViewModifier.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -903,7 +903,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L102-L130">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L102-L130">Show on GitHub</a>
</div>
</div>
</section>
@ -941,7 +941,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L110-L118">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L110-L118">Show on GitHub</a>
</div>
</section>
</div>
@ -970,7 +970,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheet+SwiftUI.swift#L120-L129">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheet+SwiftUI.swift#L120-L129">Show on GitHub</a>
</div>
</section>
</div>
@ -983,7 +983,7 @@ This is a convenience wrapper for the .paymentSheet() ViewModifier.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>Style options for colors in PaymentSheet</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L27-L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L27-L50">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@ -924,7 +924,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@ -954,7 +954,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/PaymentSheetConfiguration.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/PaymentSheetConfiguration.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -967,7 +967,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>A client for making connections to the Stripe API.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L13-L224">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L13-L224">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L15">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@ eg in STPPaymentHandler, STPPaymentContext, STPCustomerContext, etc.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@ The default value is <code><a href="../Classes/StripeAPI.html#/s:10StripeCore0A3
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L27-L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L27-L38">Show on GitHub</a>
</div>
</section>
</div>
@ -993,7 +993,7 @@ account for which this request is being made.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L58">Show on GitHub</a>
</div>
</section>
</div>
@ -1028,7 +1028,7 @@ account for which this request is being made.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L62">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L62">Show on GitHub</a>
</div>
</section>
</div>
@ -1058,7 +1058,7 @@ account for which this request is being made.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L65">Show on GitHub</a>
</div>
</section>
</div>
@ -1124,7 +1124,7 @@ account for which this request is being made.</p>
<p>An instance of STPAPIClient.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L90-L93">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L90-L93">Show on GitHub</a>
</div>
</section>
</div>
@ -1185,7 +1185,7 @@ account for which this request is being made.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+ApplePay.swift#L18-L26">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+ApplePay.swift#L18-L26">Show on GitHub</a>
</div>
</section>
</div>
@ -1248,7 +1248,7 @@ account for which this request is being made.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+ApplePay.swift#L32-L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+ApplePay.swift#L32-L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1311,7 +1311,7 @@ account for which this request is being made.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+ApplePay.swift#L51-L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+ApplePay.swift#L51-L69">Show on GitHub</a>
</div>
</section>
</div>
@ -1364,7 +1364,7 @@ Note that Apple Pay should prevent most card errors (e.g. invalid CVC, expired c
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+ApplePay.swift#L77-L95">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+ApplePay.swift#L77-L95">Show on GitHub</a>
</div>
</section>
</div>
@ -1395,7 +1395,7 @@ Defaults to <code><a href="../Classes/STPPaymentConfiguration.html#/c:@M@Stripe@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L22-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L22-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -1449,7 +1449,7 @@ Defaults to <code><a href="../Classes/STPPaymentConfiguration.html#/c:@M@Stripe@
<p>An instance of STPAPIClient.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L43-L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L43-L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1526,7 +1526,7 @@ Defaults to <code><a href="../Classes/STPPaymentConfiguration.html#/c:@M@Stripe@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L88-L96">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L88-L96">Show on GitHub</a>
</div>
</section>
</div>
@ -1602,7 +1602,7 @@ Defaults to <code><a href="../Classes/STPPaymentConfiguration.html#/c:@M@Stripe@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L107-L120">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L107-L120">Show on GitHub</a>
</div>
</section>
</div>
@ -1665,7 +1665,7 @@ Defaults to <code><a href="../Classes/STPPaymentConfiguration.html#/c:@M@Stripe@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L126-L137">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L126-L137">Show on GitHub</a>
</div>
</section>
</div>
@ -1742,7 +1742,7 @@ This allows the connected account to accept the Terms of Service, and/or send Le
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L149-L158">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L149-L158">Show on GitHub</a>
</div>
</section>
</div>
@ -1843,7 +1843,7 @@ document or an evidence dispute.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L178-L191">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L178-L191">Show on GitHub</a>
</div>
</section>
</div>
@ -1919,7 +1919,7 @@ document or an evidence dispute.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L243-L250">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L243-L250">Show on GitHub</a>
</div>
</section>
</div>
@ -1980,7 +1980,7 @@ document or an evidence dispute.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L256-L267">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L256-L267">Show on GitHub</a>
</div>
</section>
</div>
@ -2063,7 +2063,7 @@ API client&rsquo;s <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L281-L300">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L281-L300">Show on GitHub</a>
</div>
</section>
</div>
@ -2139,7 +2139,7 @@ API client&rsquo;s <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L307-L316">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L307-L316">Show on GitHub</a>
</div>
</section>
</div>
@ -2237,7 +2237,7 @@ with the same source ID will do nothing.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L350-L364">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L350-L364">Show on GitHub</a>
</div>
</section>
</div>
@ -2289,7 +2289,7 @@ with the same source ID will do nothing.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L371-L379">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L371-L379">Show on GitHub</a>
</div>
</section>
</div>
@ -2366,7 +2366,7 @@ with the same source ID will do nothing.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L390-L398">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L390-L398">Show on GitHub</a>
</div>
</section>
</div>
@ -2443,7 +2443,7 @@ with the same source ID will do nothing.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L405-L438">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L405-L438">Show on GitHub</a>
</div>
</section>
</div>
@ -2515,7 +2515,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L448-L456">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L448-L456">Show on GitHub</a>
</div>
</section>
</div>
@ -2600,7 +2600,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L467-L513">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L467-L513">Show on GitHub</a>
</div>
</section>
</div>
@ -2677,7 +2677,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L541-L561">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L541-L561">Show on GitHub</a>
</div>
</section>
</div>
@ -2749,7 +2749,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L571-L604">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L571-L604">Show on GitHub</a>
</div>
</section>
</div>
@ -2831,7 +2831,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Payments.swift#L632-L648">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Payments.swift#L632-L648">Show on GitHub</a>
</div>
</section>
</div>
@ -2899,7 +2899,7 @@ of calling this method directly. It handles any authentication necessary for you
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAPIClient+Radar.swift#L27-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAPIClient+Radar.swift#L27-L51">Show on GitHub</a>
</div>
</section>
</div>
@ -2912,7 +2912,7 @@ of calling this method directly. It handles any authentication necessary for you
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
For additional customization options - seealso: STPFormTextFieldContainer</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAUBECSDebitFormView.swift#L26-L502">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAUBECSDebitFormView.swift#L26-L502">Show on GitHub</a>
</div>
</div>
</section>
@ -914,7 +914,7 @@ For additional customization options - seealso: STPFormTextFieldContainer</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAUBECSDebitFormView.swift#L44-L199">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAUBECSDebitFormView.swift#L44-L199">Show on GitHub</a>
</div>
</section>
</div>
@ -945,7 +945,7 @@ For additional customization options - seealso: STPFormTextFieldContainer</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAUBECSDebitFormView.swift#L214-L228">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAUBECSDebitFormView.swift#L214-L228">Show on GitHub</a>
</div>
</section>
</div>
@ -976,7 +976,7 @@ For additional customization options - seealso: STPFormTextFieldContainer</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAUBECSDebitFormView.swift#L231">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAUBECSDebitFormView.swift#L231">Show on GitHub</a>
</div>
</section>
</div>
@ -1008,7 +1008,7 @@ will have it&rsquo;s <code>auBECSDebit</code> property populated with the values
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAUBECSDebitFormView.swift#L234-L236">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAUBECSDebitFormView.swift#L234-L236">Show on GitHub</a>
</div>
</section>
</div>
@ -1021,7 +1021,7 @@ will have it&rsquo;s <code>auBECSDebit</code> property populated with the values
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
<p>This view controller contains a credit card entry form that the user can fill out. On submission, it will use the Stripe API to convert the user&rsquo;s card details to a Stripe token. It renders a right bar button item that submits the form, so it must be shown inside a <code>UINavigationController</code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L13-L805">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L13-L805">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L20-L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L20-L22">Show on GitHub</a>
</div>
</section>
</div>
@ -958,7 +958,7 @@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L29-L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L29-L35">Show on GitHub</a>
</div>
</section>
</div>
@ -989,7 +989,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -1020,7 +1020,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@ -1054,7 +1054,7 @@ to be sized and positioned properly.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L47-L55">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L47-L55">Show on GitHub</a>
</div>
</section>
</div>
@ -1085,7 +1085,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L69">Show on GitHub</a>
</div>
</section>
</div>
@ -1118,7 +1118,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L74-L81">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L74-L81">Show on GitHub</a>
</div>
</section>
</div>
@ -1161,7 +1161,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L510-L513">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L510-L513">Show on GitHub</a>
</div>
</section>
</div>
@ -1191,7 +1191,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L520-L522">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L520-L522">Show on GitHub</a>
</div>
</section>
</div>
@ -1221,7 +1221,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L525-L547">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L525-L547">Show on GitHub</a>
</div>
</section>
</div>
@ -1251,7 +1251,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L550-L564">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L550-L564">Show on GitHub</a>
</div>
</section>
</div>
@ -1281,7 +1281,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddCardViewController.swift#L567-L571">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddCardViewController.swift#L567-L571">Show on GitHub</a>
</div>
</section>
</div>
@ -1294,7 +1294,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@
<p>STPAddress Contains an address as represented by the Stripe API.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L34-L409">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L34-L409">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L42">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L42">Show on GitHub</a>
</div>
</section>
</div>
@ -990,7 +990,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1021,7 +1021,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1052,7 +1052,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1083,7 +1083,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L54">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@ -1114,7 +1114,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1145,7 +1145,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@ -1175,7 +1175,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1249,7 +1249,7 @@ parameter when creating a charge.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L74-L89">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L74-L89">Show on GitHub</a>
</div>
</section>
</div>
@ -1280,7 +1280,7 @@ parameter when creating a charge.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L93-L95">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L93-L95">Show on GitHub</a>
</div>
</section>
</div>
@ -1334,7 +1334,7 @@ parameter when creating a charge.</p>
<p>A new STPAddress instance with data copied from the passed in billing details.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L101-L113">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L101-L113">Show on GitHub</a>
</div>
</section>
</div>
@ -1388,7 +1388,7 @@ parameter when creating a charge.</p>
<p>A new STPAddress instance with data copied from the passed in contact.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L119-L137">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L119-L137">Show on GitHub</a>
</div>
</section>
</div>
@ -1423,7 +1423,7 @@ parameter when creating a charge.</p>
<p>A new PassKit contact with data copied from this STPAddress instance.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L142-L158">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L142-L158">Show on GitHub</a>
</div>
</section>
</div>
@ -1477,7 +1477,7 @@ parameter when creating a charge.</p>
<p>A new STPAddress instance with data copied from the passed in contact.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L164-L180">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L164-L180">Show on GitHub</a>
</div>
</section>
</div>
@ -1534,7 +1534,7 @@ check against.</p>
NO otherwise.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L189-L204">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L189-L204">Show on GitHub</a>
</div>
</section>
</div>
@ -1577,7 +1577,7 @@ NO.
<p>YES if there is any data in this STPAddress that&rsquo;s relevant for those fields.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L217-L230">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L217-L230">Show on GitHub</a>
</div>
</section>
</div>
@ -1636,7 +1636,7 @@ YES.</p>
NO otherwise.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L240-L265">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L240-L265">Show on GitHub</a>
</div>
</section>
</div>
@ -1679,7 +1679,7 @@ NO.
<p>YES if there is any data in this STPAddress that&rsquo;s relevant for those fields.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L277-L287">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L277-L287">Show on GitHub</a>
</div>
</section>
</div>
@ -1736,7 +1736,7 @@ representation of PKContactField options</p>
a PKContactField value.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L295-L310">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L295-L310">Show on GitHub</a>
</div>
</section>
</div>
@ -1794,7 +1794,7 @@ representation of PKContactField options</p>
a PKContactField value.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L318-L339">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L318-L339">Show on GitHub</a>
</div>
</section>
</div>
@ -1824,7 +1824,7 @@ a PKContactField value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1854,7 +1854,7 @@ a PKContactField value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L413-L428">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L413-L428">Show on GitHub</a>
</div>
</section>
</div>
@ -1884,7 +1884,7 @@ a PKContactField value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L434-L436">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L434-L436">Show on GitHub</a>
</div>
</section>
</div>
@ -1914,7 +1914,7 @@ a PKContactField value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPAddress.swift#L439-L451">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPAddress.swift#L439-L451">Show on GitHub</a>
</div>
</section>
</div>
@ -1927,7 +1927,7 @@ a PKContactField value.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L14-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L14-L41">Show on GitHub</a>
</div>
</div>
</section>
@ -959,7 +959,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L21-L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L21-L31">Show on GitHub</a>
</div>
</section>
</div>
@ -989,7 +989,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@ -1019,7 +1019,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1049,7 +1049,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -1079,7 +1079,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/API Bindings/STPAppInfo.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@ -1092,7 +1092,7 @@ in on <code><a href="../Classes/STPAPIClient.html">STPAPIClient</a></code>. Thi
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -880,7 +880,7 @@ Usage looks like this:</p>
</ol>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L79-L525">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L79-L525">Show on GitHub</a>
</div>
</div>
</section>
@ -947,7 +947,7 @@ Usage looks like this:</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L86-L101">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L86-L101">Show on GitHub</a>
</div>
</section>
</div>
@ -1014,7 +1014,7 @@ Usage looks like this:</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L115-L120">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L115-L120">Show on GitHub</a>
</div>
</section>
</div>
@ -1067,7 +1067,7 @@ Usage looks like this:</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L135-L138">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L135-L138">Show on GitHub</a>
</div>
</section>
</div>
@ -1130,7 +1130,7 @@ Usage looks like this:</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L146-L167">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L146-L167">Show on GitHub</a>
</div>
</section>
</div>
@ -1161,7 +1161,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L171">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L171">Show on GitHub</a>
</div>
</section>
</div>
@ -1194,7 +1194,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayContext.swift#L176-L183">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayContext.swift#L176-L183">Show on GitHub</a>
</div>
</section>
</div>
@ -1207,7 +1207,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</code></pre>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayPaymentOption.swift#L19-L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayPaymentOption.swift#L19-L49">Show on GitHub</a>
</div>
</div>
</section>
@ -908,7 +908,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayPaymentOption.swift#L21-L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayPaymentOption.swift#L21-L23">Show on GitHub</a>
</div>
</section>
</div>
@ -938,7 +938,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayPaymentOption.swift#L25-L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayPaymentOption.swift#L25-L28">Show on GitHub</a>
</div>
</section>
</div>
@ -968,7 +968,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayPaymentOption.swift#L30-L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayPaymentOption.swift#L30-L32">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPApplePayPaymentOption.swift#L34-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPApplePayPaymentOption.swift#L34-L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1011,7 +1011,7 @@ be checked on an <code><a href="../Classes/STPPaymentContext.html">STPPaymentCon
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@ the Stripe API.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L28-L198">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L28-L198">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -932,7 +932,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L42">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L42">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L44">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L44">Show on GitHub</a>
</div>
</section>
</div>
@ -1056,7 +1056,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L46">Show on GitHub</a>
</div>
</section>
</div>
@ -1087,7 +1087,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1119,7 +1119,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1150,7 +1150,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1195,7 +1195,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L71-L73">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L71-L73">Show on GitHub</a>
</div>
</section>
</div>
@ -1225,7 +1225,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -1255,7 +1255,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1298,7 +1298,7 @@ used to compare equality of different bank accounts.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccount.swift#L155-L197">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccount.swift#L155-L197">Show on GitHub</a>
</div>
</section>
</div>
@ -1311,7 +1311,7 @@ used to compare equality of different bank accounts.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@ an STPAPIClient.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L23-L126">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L23-L126">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ otherwise nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L29-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L29-L36">Show on GitHub</a>
</div>
</section>
</div>
@ -965,7 +965,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@ -996,7 +996,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@ -1027,7 +1027,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1058,7 +1058,7 @@ not the wire routing number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1090,7 +1090,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1120,7 +1120,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1150,7 +1150,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L53-L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L53-L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1193,7 +1193,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L107-L109">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L107-L109">Show on GitHub</a>
</div>
</section>
</div>
@ -1223,7 +1223,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankAccountParams.swift#L112-L121">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankAccountParams.swift#L112-L121">Show on GitHub</a>
</div>
</section>
</div>
@ -1236,7 +1236,7 @@ Defaults to STPBankAccountHolderTypeIndividual.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@ Once a bank is selected, it will return a PaymentMethodParams object, which you
or inspect to obtain details about the selected bank.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L24-L250">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L24-L250">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@ or inspect to obtain details about the selected bank.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L29-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L29-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -927,7 +927,7 @@ or inspect to obtain details about the selected bank.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L35-L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L35-L40">Show on GitHub</a>
</div>
</section>
</div>
@ -1005,7 +1005,7 @@ or inspect to obtain details about the selected bank.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L48-L68">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L48-L68">Show on GitHub</a>
</div>
</section>
</div>
@ -1036,7 +1036,7 @@ or inspect to obtain details about the selected bank.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L71">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L71">Show on GitHub</a>
</div>
</section>
</div>
@ -1067,7 +1067,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L75">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L75">Show on GitHub</a>
</div>
</section>
</div>
@ -1100,7 +1100,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPBankSelectionViewController.swift#L80-L87">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPBankSelectionViewController.swift#L80-L87">Show on GitHub</a>
</div>
</section>
</div>
@ -1113,7 +1113,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@ the Stripe API</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L28-L351">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L28-L351">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@ the Stripe API</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@ -964,7 +964,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L37-L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L37-L39">Show on GitHub</a>
</div>
</section>
</div>
@ -995,7 +995,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1057,7 +1057,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1088,7 +1088,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1119,7 +1119,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L49">Show on GitHub</a>
</div>
</section>
</div>
@ -1150,7 +1150,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1181,7 +1181,7 @@ be nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1214,7 +1214,7 @@ transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1269,7 +1269,7 @@ i.e. <code>STPCard.string(from brand: .visa) == &quot;Visa&quot;</code>.</p>
<p>A string representing the brand, suitable for displaying to a user.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L64-L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L64-L66">Show on GitHub</a>
</div>
</section>
</div>
@ -1334,7 +1334,7 @@ the Stripe API</p>
returns STPCardBrandUnknown.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L79-L99">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L79-L99">Show on GitHub</a>
</div>
</section>
</div>
@ -1458,7 +1458,7 @@ this enum value from a string, use <code>STPCardBrand.funding(from string:)</cod
<p>an STPCard instance populated with the provided values.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L118-L134">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L118-L134">Show on GitHub</a>
</div>
</section>
</div>
@ -1516,7 +1516,7 @@ the Stripe API</p>
returns <code>STPCardFundingTypeOther</code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L144-L153">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L144-L153">Show on GitHub</a>
</div>
</section>
</div>
@ -1546,7 +1546,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -1575,7 +1575,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1618,7 +1618,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L243-L285">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L243-L285">Show on GitHub</a>
</div>
</section>
</div>
@ -1661,7 +1661,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L288-L290">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L288-L290">Show on GitHub</a>
</div>
</section>
</div>
@ -1691,7 +1691,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L292-L294">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L292-L294">Show on GitHub</a>
</div>
</section>
</div>
@ -1721,7 +1721,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L296-L299">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L296-L299">Show on GitHub</a>
</div>
</section>
</div>
@ -1751,7 +1751,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L301-L303">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L301-L303">Show on GitHub</a>
</div>
</section>
</div>
@ -1802,7 +1802,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L315">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L315">Show on GitHub</a>
</div>
</section>
</div>
@ -1834,7 +1834,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L318-L320">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L318-L320">Show on GitHub</a>
</div>
</section>
</div>
@ -1866,7 +1866,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L323-L325">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L323-L325">Show on GitHub</a>
</div>
</section>
</div>
@ -1898,7 +1898,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L328-L330">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L328-L330">Show on GitHub</a>
</div>
</section>
</div>
@ -1930,7 +1930,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L333-L335">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L333-L335">Show on GitHub</a>
</div>
</section>
</div>
@ -1962,7 +1962,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L338-L340">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L338-L340">Show on GitHub</a>
</div>
</section>
</div>
@ -1994,7 +1994,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L343-L345">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L343-L345">Show on GitHub</a>
</div>
</section>
</div>
@ -2026,7 +2026,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCard.swift#L348-L350">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCard.swift#L348-L350">Show on GitHub</a>
</div>
</section>
</div>
@ -2039,7 +2039,7 @@ returns <code>STPCardFundingTypeOther</code>.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Contains <code>STPStringFromCardBrand</code></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardBrand.swift#L40-L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardBrand.swift#L40-L66">Show on GitHub</a>
</div>
</div>
</section>
@ -918,7 +918,7 @@ i.e. <code>STPCardBrandUtilities.stringFrom(brand: .visa) == &quot;Visa&quot;</c
<p>A string representing the brand, suitable for displaying to a user.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardBrand.swift#L45-L64">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardBrand.swift#L45-L64">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@ i.e. <code>STPCardBrandUtilities.stringFrom(brand: .visa) == &quot;Visa&quot;</c
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -863,7 +863,7 @@ the created <code><a href="../Classes/STPPaymentMethodParams.html">STPPaymentMet
is displayed when invalid input is detected.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L52-L503">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L52-L503">Show on GitHub</a>
</div>
</div>
</section>
@ -903,7 +903,7 @@ is displayed when invalid input is detected.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L101">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L101">Show on GitHub</a>
</div>
</section>
</div>
@ -936,7 +936,7 @@ accessible as possible, so any customization should avoid decreasing contrast be
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L142-L164">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L142-L164">Show on GitHub</a>
</div>
</section>
</div>
@ -971,7 +971,7 @@ property.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L174-L221">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L174-L221">Show on GitHub</a>
</div>
</section>
</div>
@ -1001,7 +1001,7 @@ property.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L267-L271">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L267-L271">Show on GitHub</a>
</div>
</section>
</div>
@ -1033,7 +1033,7 @@ property.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView.swift#L280-L295">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView.swift#L280-L295">Show on GitHub</a>
</div>
</section>
</div>
@ -1064,7 +1064,7 @@ property.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L17-L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L17-L49">Show on GitHub</a>
</div>
</section>
</div>
@ -1077,7 +1077,7 @@ property.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>A SwiftUI representation of STPCardFormView</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L17-L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L17-L49">Show on GitHub</a>
</div>
</div>
</section>
@ -927,7 +927,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the card form view&rsquo;
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L27-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L27-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the card form view&rsquo;
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L35-L37">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L35-L37">Show on GitHub</a>
</div>
</section>
</div>
@ -985,7 +985,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the card form view&rsquo;
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L39-L44">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L39-L44">Show on GitHub</a>
</div>
</section>
</div>
@ -1014,7 +1014,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the card form view&rsquo;
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardFormView+SwiftUI.swift#L46-L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardFormView+SwiftUI.swift#L46-L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1027,7 +1027,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the card form view&rsquo;
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@ an STPAPIClient.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L15-L194">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L15-L194">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -961,7 +961,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L23-L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L23-L29">Show on GitHub</a>
</div>
</section>
</div>
@ -992,7 +992,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@ -1023,7 +1023,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@ -1054,7 +1054,7 @@ an STPAPIClient.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1087,7 +1087,7 @@ param&rsquo;s <code><a href="../Classes/STPCardParams.html#/c:@M@Stripe@objc(cs)
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L41-L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L41-L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1121,7 +1121,7 @@ not* change <code><a href="../Classes/STPCardParams.html#/c:@M@Stripe@objc(cs)ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L51-L55">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L51-L55">Show on GitHub</a>
</div>
</section>
</div>
@ -1155,7 +1155,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@ -1199,7 +1199,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L65-L72">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L65-L72">Show on GitHub</a>
</div>
</section>
</div>
@ -1230,7 +1230,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L75-L82">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L75-L82">Show on GitHub</a>
</div>
</section>
</div>
@ -1261,7 +1261,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L85-L92">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L85-L92">Show on GitHub</a>
</div>
</section>
</div>
@ -1292,7 +1292,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L95-L102">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L95-L102">Show on GitHub</a>
</div>
</section>
</div>
@ -1323,7 +1323,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L105-L112">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L105-L112">Show on GitHub</a>
</div>
</section>
</div>
@ -1354,7 +1354,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L115-L122">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L115-L122">Show on GitHub</a>
</div>
</section>
</div>
@ -1384,7 +1384,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L125-L129">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L125-L129">Show on GitHub</a>
</div>
</section>
</div>
@ -1426,7 +1426,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L153-L155">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L153-L155">Show on GitHub</a>
</div>
</section>
</div>
@ -1455,7 +1455,7 @@ used as a transfer destination for funds in this currency.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardParams.swift#L157-L172">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardParams.swift#L157-L172">Show on GitHub</a>
</div>
</section>
</div>
@ -1468,7 +1468,7 @@ used as a transfer destination for funds in this currency.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@ and CVCs. For a list of test card numbers to use with this code,
see <a href="https://stripe.com/docs/testing">https://stripe.com/docs/testing</a></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L33-L405">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L33-L405">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@ see <a href="https://stripe.com/docs/testing">https://stripe.com/docs/testing</a
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L36-L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L36-L40">Show on GitHub</a>
</div>
</section>
</div>
@ -929,7 +929,7 @@ see <a href="https://stripe.com/docs/testing">https://stripe.com/docs/testing</a
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L44-L56">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L44-L56">Show on GitHub</a>
</div>
</section>
</div>
@ -960,7 +960,7 @@ see <a href="https://stripe.com/docs/testing">https://stripe.com/docs/testing</a
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L60-L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L60-L65">Show on GitHub</a>
</div>
</section>
</div>
@ -1042,7 +1042,7 @@ STPCardValidationStateIncomplete if the number is a substring of a valid
card (e.g. @&ldquo;4242&rdquo;).</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L86-L123">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L86-L123">Show on GitHub</a>
</div>
</section>
</div>
@ -1099,7 +1099,7 @@ return STPCardBrandVisa, STPCardBrandMasterCard, and
STPCardBrandUnknown, respectively.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L132-L139">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L132-L139">Show on GitHub</a>
</div>
</section>
</div>
@ -1155,7 +1155,7 @@ cards contain 15 characters.</p>
<p>The set of possible lengths cards associated with that brand can be.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L147-L154">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L147-L154">Show on GitHub</a>
</div>
</section>
</div>
@ -1212,7 +1212,7 @@ would return 16 for the that card brand.</p>
<p>The maximum length card numbers associated with that brand could be.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L163-L171">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L163-L171">Show on GitHub</a>
</div>
</section>
</div>
@ -1269,7 +1269,7 @@ American Express cards display their final 5 digits, e.g. &ldquo;10005&rdquo;.</
<p>The final fragment length card numbers associated with that brand use.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L180-L182">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L180-L182">Show on GitHub</a>
</div>
</section>
</div>
@ -1330,7 +1330,7 @@ STPCardValidationStateIncomplete if the month is a substring of a valid
month (e.g. @&ldquo;0&rdquo; or @&ldquo;1&rdquo;).</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L194-L216">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L194-L216">Show on GitHub</a>
</div>
</section>
</div>
@ -1414,7 +1414,7 @@ STPCardValidationStateIncomplete if the year is a substring of a valid
year (e.g. @&ldquo;1&rdquo; or @&ldquo;2&rdquo;).</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L239-L248">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L239-L248">Show on GitHub</a>
</div>
</section>
</div>
@ -1469,7 +1469,7 @@ year (e.g. @&ldquo;1&rdquo; or @&ldquo;2&rdquo;).</p>
<p>The maximum length of CVC numbers for cards associated with that brand.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L255-L262">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L255-L262">Show on GitHub</a>
</div>
</section>
</div>
@ -1541,7 +1541,7 @@ STPCardBrandAmericanExpress, STPCardValidationStateIncomplete for @&ldquo;12&rdq
STPCardBrandVisa, and STPCardValidationStateInvalid for @&ldquo;12345&rdquo; and any brand.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L275-L294">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L275-L294">Show on GitHub</a>
</div>
</section>
</div>
@ -1597,7 +1597,7 @@ STPCardValidationStateInvalid if any field is invalid, or
STPCardValidationStateIncomplete if all fields are either incomplete or valid.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCardValidator.swift#L302-L307">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCardValidator.swift#L302-L307">Show on GitHub</a>
</div>
</section>
</div>
@ -1610,7 +1610,7 @@ STPCardValidationStateIncomplete if all fields are either incomplete or valid.</
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>Alipay options to pass to <code><a href="../Classes/STPConfirmPaymentMethodOptions.html">STPConfirmPaymentMethodOptions</a></code>`</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L13-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L13-L41">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L17-L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L17-L19">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L23-L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L23-L25">Show on GitHub</a>
</div>
</section>
</div>
@ -958,7 +958,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1001,7 +1001,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L46-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L46-L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1031,7 +1031,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmAlipayOptions.swift#L54-L56">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmAlipayOptions.swift#L54-L56">Show on GitHub</a>
</div>
</section>
</div>
@ -1044,7 +1044,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L13-L37">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L13-L37">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -980,7 +980,7 @@
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L33-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L33-L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1023,7 +1023,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L42-L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L42-L46">Show on GitHub</a>
</div>
</section>
</div>
@ -1053,7 +1053,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmBLIKOptions.swift#L49-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmBLIKOptions.swift#L49-L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1066,7 +1066,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmCardOptions.swift#L13-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmCardOptions.swift#L13-L36">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmCardOptions.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmCardOptions.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmCardOptions.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmCardOptions.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -974,7 +974,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmCardOptions.swift#L42-L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmCardOptions.swift#L42-L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1004,7 +1004,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmCardOptions.swift#L50-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmCardOptions.swift#L50-L52">Show on GitHub</a>
</div>
</section>
</div>
@ -1017,7 +1017,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L13-L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L13-L43">Show on GitHub</a>
</div>
</div>
</section>
@ -905,7 +905,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -936,7 +936,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -967,7 +967,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L26">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@ -1041,7 +1041,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L48-L55">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L48-L55">Show on GitHub</a>
</div>
</section>
</div>
@ -1071,7 +1071,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmPaymentMethodOptions.swift#L58-L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmPaymentMethodOptions.swift#L58-L60">Show on GitHub</a>
</div>
</section>
</div>
@ -1084,7 +1084,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L12-L42">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L12-L42">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@ this as the redirect URL scheme.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@ this as the redirect URL scheme.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -982,7 +982,7 @@ uses this as the redirect URL scheme.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L38-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L38-L41">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@ uses this as the redirect URL scheme.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L47-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L47-L52">Show on GitHub</a>
</div>
</section>
</div>
@ -1055,7 +1055,7 @@ uses this as the redirect URL scheme.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConfirmWeChatPayOptions.swift#L55-L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConfirmWeChatPayOptions.swift#L55-L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1068,7 +1068,7 @@ uses this as the redirect URL scheme.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>An address to use with <code><a href="../Classes/STPConnectAccountParams.html">STPConnectAccountParams</a></code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L12-L61">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L12-L61">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@ For addresses in Japan: City or ward.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -932,7 +932,7 @@ For addresses in Japan: City or ward.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -964,7 +964,7 @@ For addresses in Japan: Block or building number.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@ -996,7 +996,7 @@ For addresses in Japan: Building details.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@ -1027,7 +1027,7 @@ For addresses in Japan: Building details.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@ For addresses in Japan: Prefecture.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@ -1091,7 +1091,7 @@ This property only applies to Japanese addresses.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@ -1134,7 +1134,7 @@ This property only applies to Japanese addresses.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L66-L76">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L66-L76">Show on GitHub</a>
</div>
</section>
</div>
@ -1164,7 +1164,7 @@ This property only applies to Japanese addresses.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountAddress.swift#L79-L81">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountAddress.swift#L79-L81">Show on GitHub</a>
</div>
</section>
</div>
@ -1177,7 +1177,7 @@ This property only applies to Japanese addresses.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L13-L81">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L13-L81">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -962,7 +962,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -995,7 +995,7 @@ This value is not automatically set to true after creating directors, so it need
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ This value is not automatically set to true after creating directors, so it need
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@ -1057,7 +1057,7 @@ This value is not automatically set to true after creating directors, so it need
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@ -1088,7 +1088,7 @@ This value is not automatically set to true after creating directors, so it need
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1120,7 +1120,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@ -1151,7 +1151,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1183,7 +1183,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1214,7 +1214,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1245,7 +1245,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1288,7 +1288,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L86-L101">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L86-L101">Show on GitHub</a>
</div>
</section>
</div>
@ -1318,7 +1318,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountCompanyParams.swift#L104-L106">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountCompanyParams.swift#L104-L106">Show on GitHub</a>
</div>
</section>
</div>
@ -1331,7 +1331,7 @@ Set this Boolean to true after creating all the companys owners with the Pers
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L13-L118">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L13-L118">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -962,7 +962,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@ Must include <code>day</code>, <code>month</code>, and <code>year</code>, and on
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L26">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@ Must include <code>day</code>, <code>month</code>, and <code>year</code>, and on
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@ -1056,7 +1056,7 @@ Must include <code>day</code>, <code>month</code>, and <code>year</code>, and on
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@ -1087,7 +1087,7 @@ Must include <code>day</code>, <code>month</code>, and <code>year</code>, and on
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@ -1118,7 +1118,7 @@ Must include <code>day</code>, <code>month</code>, and <code>year</code>, and on
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -1150,7 +1150,7 @@ International regulations require either “male” or “female”.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L42">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L42">Show on GitHub</a>
</div>
</section>
</div>
@ -1183,7 +1183,7 @@ Instead of the number itself, you can also provide a PII token created with Stri
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1214,7 +1214,7 @@ Instead of the number itself, you can also provide a PII token created with Stri
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1245,7 +1245,7 @@ Instead of the number itself, you can also provide a PII token created with Stri
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1276,7 +1276,7 @@ Instead of the number itself, you can also provide a PII token created with Stri
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L56">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L56">Show on GitHub</a>
</div>
</section>
</div>
@ -1307,7 +1307,7 @@ Instead of the number itself, you can also provide a PII token created with Stri
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L59">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L59">Show on GitHub</a>
</div>
</section>
</div>
@ -1339,7 +1339,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L63">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L63">Show on GitHub</a>
</div>
</section>
</div>
@ -1370,7 +1370,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L66">Show on GitHub</a>
</div>
</section>
</div>
@ -1401,7 +1401,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L69">Show on GitHub</a>
</div>
</section>
</div>
@ -1432,7 +1432,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L72">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L72">Show on GitHub</a>
</div>
</section>
</div>
@ -1462,7 +1462,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L122-L143">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L122-L143">Show on GitHub</a>
</div>
</section>
</div>
@ -1492,7 +1492,7 @@ This can be useful for storing additional information about the object in a stru
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L146-L148">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L146-L148">Show on GitHub</a>
</div>
</section>
</div>
@ -1505,7 +1505,7 @@ This can be useful for storing additional information about the object in a stru
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>The individuals verification document information for use with <code><a href="../Classes/STPConnectAccountIndividualParams.html">STPConnectAccountIndividualParams</a></code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L154-L163">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L154-L163">Show on GitHub</a>
</div>
</div>
</section>
@ -895,7 +895,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L157">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L157">Show on GitHub</a>
</div>
</section>
</div>
@ -926,7 +926,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L160">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L160">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -986,7 +986,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L167-L172">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L167-L172">Show on GitHub</a>
</div>
</section>
</div>
@ -1016,7 +1016,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L175-L177">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L175-L177">Show on GitHub</a>
</div>
</section>
</div>
@ -1029,7 +1029,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L21-L134">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L21-L134">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@ the user accepted them.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -932,7 +932,7 @@ the user accepted them.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@ the user accepted them.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@ the user accepted them.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@ -1024,7 +1024,7 @@ the user accepted them.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1092,7 +1092,7 @@ don&rsquo;t, use the <code>initWithIndividual:</code> version instead.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L45-L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L45-L58">Show on GitHub</a>
</div>
</section>
</div>
@ -1160,7 +1160,7 @@ don&rsquo;t, use the <code>initWithCompany:</code> version instead.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L67-L80">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L67-L80">Show on GitHub</a>
</div>
</section>
</div>
@ -1212,7 +1212,7 @@ This init method cannot change the <code><a href="../Classes/STPConnectAccountPa
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L87-L94">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L87-L94">Show on GitHub</a>
</div>
</section>
</div>
@ -1264,7 +1264,7 @@ This init method cannot change the <code><a href="../Classes/STPConnectAccountPa
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L101-L107">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L101-L107">Show on GitHub</a>
</div>
</section>
</div>
@ -1307,7 +1307,7 @@ This init method cannot change the <code><a href="../Classes/STPConnectAccountPa
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L144-L146">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L144-L146">Show on GitHub</a>
</div>
</section>
</div>
@ -1337,7 +1337,7 @@ This init method cannot change the <code><a href="../Classes/STPConnectAccountPa
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountParams.swift#L149-L156">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountParams.swift#L149-L156">Show on GitHub</a>
</div>
</section>
</div>
@ -1350,7 +1350,7 @@ This init method cannot change the <code><a href="../Classes/STPConnectAccountPa
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>An identifying document, either a passport or local ID card for use with <code><a href="../Classes/STPConnectAccountIndividualVerification.html">STPConnectAccountIndividualVerification</a></code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L183-L194">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L183-L194">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L187">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L187">Show on GitHub</a>
</div>
</section>
</div>
@ -936,7 +936,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L191">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L191">Show on GitHub</a>
</div>
</section>
</div>
@ -966,7 +966,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -996,7 +996,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L198-L203">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L198-L203">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L206-L208">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L206-L208">Show on GitHub</a>
</div>
</section>
</div>
@ -1039,7 +1039,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>Contains constants that represent different parts of a users contact/address information.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L13-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L13-L33">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L14">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L14">Show on GitHub</a>
</div>
</section>
</div>
@ -922,7 +922,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L16-L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L16-L18">Show on GitHub</a>
</div>
</section>
</div>
@ -953,7 +953,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -984,7 +984,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -1015,7 +1015,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@ -1046,7 +1046,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPContactField.swift#L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPContactField.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
for use only by Stripe classes, you should not subclass it yourself in your app.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreScrollViewController.swift#L14-L61">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreScrollViewController.swift#L14-L61">Show on GitHub</a>
</div>
</div>
</section>
@ -895,7 +895,7 @@ for use only by Stripe classes, you should not subclass it yourself in your app.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreScrollViewController.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreScrollViewController.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -908,7 +908,7 @@ for use only by Stripe classes, you should not subclass it yourself in your app.
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@ It inherits from STPCoreScrollViewController and changes the type of the
created scroll view to UITableView, as well as other shared table view logic.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreTableViewController.swift#L16-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreTableViewController.swift#L16-L51">Show on GitHub</a>
</div>
</div>
</section>
@ -898,7 +898,7 @@ property but with the type cast to <code>UITableView</code></p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreTableViewController.swift#L20-L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreTableViewController.swift#L20-L22">Show on GitHub</a>
</div>
</section>
</div>
@ -911,7 +911,7 @@ property but with the type cast to <code>UITableView</code></p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@ It theming, back/cancel button management, and other shared logic for
Stripe view controllers.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreViewController.swift#L15-L152">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreViewController.swift#L15-L152">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@ Stripe view controllers.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreViewController.swift#L18-L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreViewController.swift#L18-L20">Show on GitHub</a>
</div>
</section>
</div>
@ -947,7 +947,7 @@ Stripe view controllers.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreViewController.swift#L24-L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreViewController.swift#L24-L27">Show on GitHub</a>
</div>
</section>
</div>
@ -981,7 +981,7 @@ and then also sets the default theme as in <code>init</code></p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreViewController.swift#L31-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreViewController.swift#L31-L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1013,7 +1013,7 @@ and then also sets the default theme as in <code>init</code></p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCoreViewController.swift#L40-L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCoreViewController.swift#L40-L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ and then also sets the default theme as in <code>init</code></p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
<code><a href="../Classes/STPCustomerContext.html">STPCustomerContext</a></code> to manage retrieving and updating a customer.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L15-L105">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L15-L105">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@ -990,7 +990,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1020,7 +1020,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1102,7 +1102,7 @@ You shouldn&rsquo;t need to instantiate an <code>STPCustomer</code> you shou
<p>an instance of STPCustomer</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L38-L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L38-L49">Show on GitHub</a>
</div>
</section>
</div>
@ -1150,7 +1150,7 @@ they should include Apple Pay sources. More details on documentation for
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L99-L104">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L99-L104">Show on GitHub</a>
</div>
</section>
</div>
@ -1180,7 +1180,7 @@ they should include Apple Pay sources. More details on documentation for
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L109-L137">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L109-L137">Show on GitHub</a>
</div>
</section>
</div>
@ -1193,7 +1193,7 @@ they should include Apple Pay sources. More details on documentation for
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@ instance&rsquo;s cache. On your backend, be sure to create and return a
new ephemeral key for the Customer object associated with the new user.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L18-L404">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L18-L404">Show on GitHub</a>
</div>
</div>
</section>
@ -927,7 +927,7 @@ its age does not exceed 60 seconds.</p>
<p>the newly-instantiated customer context.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L28-L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L28-L30">Show on GitHub</a>
</div>
</section>
</div>
@ -999,7 +999,7 @@ its age does not exceed 60 seconds.</p>
<p>the newly-instantiated customer context.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L42-L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L42-L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1073,7 +1073,7 @@ its age does not exceed 60 seconds.</p>
<p>the newly-instantiated customer context.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L64-L68">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L64-L68">Show on GitHub</a>
</div>
</section>
</div>
@ -1108,7 +1108,7 @@ customer object associated with the new user.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L76-L79">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L76-L79">Show on GitHub</a>
</div>
</section>
</div>
@ -1145,7 +1145,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L89-L97">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L89-L97">Show on GitHub</a>
</div>
</section>
</div>
@ -1188,7 +1188,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L179-L209">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L179-L209">Show on GitHub</a>
</div>
</section>
</div>
@ -1220,7 +1220,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L212-L243">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L212-L243">Show on GitHub</a>
</div>
</section>
</div>
@ -1253,7 +1253,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L247-L272">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L247-L272">Show on GitHub</a>
</div>
</section>
</div>
@ -1285,7 +1285,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L275-L280">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L275-L280">Show on GitHub</a>
</div>
</section>
</div>
@ -1318,7 +1318,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L284-L310">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L284-L310">Show on GitHub</a>
</div>
</section>
</div>
@ -1350,7 +1350,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L313-L318">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L313-L318">Show on GitHub</a>
</div>
</section>
</div>
@ -1380,7 +1380,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomerContext.swift#L321-L353">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomerContext.swift#L321-L353">Show on GitHub</a>
</div>
</section>
</div>
@ -1393,7 +1393,7 @@ Note: If you are using <code><a href="../Classes/STPPaymentContext.html">STPPaym
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Use <code>STPCustomerDeserializer</code> to convert a response from the Stripe API into an <code><a href="../Classes/STPCustomer.html">STPCustomer</a></code> object. <code>STPCustomerDeserializer</code> expects the JSON response to be in the exact same format as the Stripe API.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L191-L249">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L191-L249">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L194">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L194">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L196">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L196">Show on GitHub</a>
</div>
</section>
</div>
@ -1008,7 +1008,7 @@ is non-nil, the <code><a href="../Classes/STPCustomerDeserializer.html#/c:@M@Str
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L209-L228">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L209-L228">Show on GitHub</a>
</div>
</section>
</div>
@ -1061,7 +1061,7 @@ otherwise <code><a href="../Classes/STPCustomerDeserializer.html#/c:@M@Stripe@ob
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPCustomer.swift#L236-L242">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPCustomer.swift#L236-L242">Show on GitHub</a>
</div>
</section>
</div>
@ -1074,7 +1074,7 @@ otherwise <code><a href="../Classes/STPCustomerDeserializer.html#/c:@M@Stripe@ob
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_token-account-individual-dob">https://stripe.com/docs/api/tokens/create_account#create_account_token-account-individual-dob</a></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L215-L227">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L215-L227">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L218">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L218">Show on GitHub</a>
</div>
</section>
</div>
@ -927,7 +927,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L221">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L221">Show on GitHub</a>
</div>
</section>
</div>
@ -958,7 +958,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L224">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L224">Show on GitHub</a>
</div>
</section>
</div>
@ -988,7 +988,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1031,7 +1031,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L231-L237">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L231-L237">Show on GitHub</a>
</div>
</section>
</div>
@ -1061,7 +1061,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPConnectAccountIndividualParams.swift#L240-L242">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPConnectAccountIndividualParams.swift#L240-L242">Show on GitHub</a>
</div>
</section>
</div>
@ -1074,7 +1074,7 @@ See <a href="https://stripe.com/docs/api/tokens/create_account#create_account_to
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Top-level class for Stripe error constants.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L35-L62">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L35-L62">Show on GitHub</a>
</div>
</div>
</section>
@ -902,7 +902,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -938,7 +938,7 @@ For card errors, these messages can be shown to your users.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -968,7 +968,7 @@ For card errors, these messages can be shown to your users.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@ For card errors, these messages can be shown to your users.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1029,7 +1029,7 @@ right UI element.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1068,7 +1068,7 @@ right UI element.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L54">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@ -1103,7 +1103,7 @@ right UI element.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1139,7 +1139,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L61">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L61">Show on GitHub</a>
</div>
</section>
</div>
@ -1183,7 +1183,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L244">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L244">Show on GitHub</a>
</div>
</section>
</div>
@ -1214,7 +1214,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L246">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L246">Show on GitHub</a>
</div>
</section>
</div>
@ -1245,7 +1245,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L248">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L248">Show on GitHub</a>
</div>
</section>
</div>
@ -1276,7 +1276,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L250">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L250">Show on GitHub</a>
</div>
</section>
</div>
@ -1307,7 +1307,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L252">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L252">Show on GitHub</a>
</div>
</section>
</div>
@ -1338,7 +1338,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L254">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L254">Show on GitHub</a>
</div>
</section>
</div>
@ -1369,7 +1369,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L256">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L256">Show on GitHub</a>
</div>
</section>
</div>
@ -1400,7 +1400,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L258">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L258">Show on GitHub</a>
</div>
</section>
</div>
@ -1431,7 +1431,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L260">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L260">Show on GitHub</a>
</div>
</section>
</div>
@ -1462,7 +1462,7 @@ the value for this key contains the decline code.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/StripeCore/StripeCore/Source/Helpers/STPError.swift#L262">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/StripeCore/StripeCore/Source/Helpers/STPError.swift#L262">Show on GitHub</a>
</div>
</section>
</div>
@ -1475,7 +1475,7 @@ the value for this key contains the decline code.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Convenience methods for using FPX bank brands.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFPXBankBrand.swift#L54-L333">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFPXBankBrand.swift#L54-L333">Show on GitHub</a>
</div>
</div>
</section>
@ -918,7 +918,7 @@ i.e. <code>STPFPXBank.stringFrom(brand:.uob) == &quot;UOB Bank&quot;</code>.</p>
<p>A string representing the brand, suitable for displaying to a user.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFPXBankBrand.swift#L59-L100">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFPXBankBrand.swift#L59-L100">Show on GitHub</a>
</div>
</section>
</div>
@ -973,7 +973,7 @@ i.e. <code>STPFPXBankBrandFromIdentifier(@&quot;uob&quot;) == STPCardBrandUob</c
<p>The STPFPXBankBrand enum value</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFPXBankBrand.swift#L106-L163">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFPXBankBrand.swift#L106-L163">Show on GitHub</a>
</div>
</section>
</div>
@ -1028,7 +1028,7 @@ i.e. <code>STPIdentifierFromFPXBankBrand(STPCardBrandUob) == @&quot;uob&quot;</
<p>A string representing the brand, suitable for using with the Stripe API.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFPXBankBrand.swift#L169-L210">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFPXBankBrand.swift#L169-L210">Show on GitHub</a>
</div>
</section>
</div>
@ -1095,7 +1095,7 @@ i.e. <code>STPIdentifierFromFPXBankBrand(STPCardBrandUob) == @&quot;UOB0226&quo
<p>A string representing the brand, suitable for checking against the FPX status API.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFPXBankBrand.swift#L218-L331">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFPXBankBrand.swift#L218-L331">Show on GitHub</a>
</div>
</section>
</div>
@ -1108,7 +1108,7 @@ i.e. <code>STPIdentifierFromFPXBankBrand(STPCardBrandUob) == @&quot;UOB0226&quo
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>This class is a piece of fake UI that is intended to mimic <code>PKAddPaymentPassViewController</code>. That class is restricted to apps with a special entitlement from Apple, and as such can be difficult to build and test against. This class implements the same public API as <code>PKAddPaymentPassViewController</code>, and can be used to develop against the Stripe API in <em>testmode only</em>. (Obviously it will not actually place cards into the user&rsquo;s Apple Pay wallet either.) When it&rsquo;s time to go to production, you may simply replace all references to <code>STPFakeAddPaymentPassViewController</code> in your app with <code>PKAddPaymentPassViewController</code> and it will continue to function. For more information on developing against this API, please see <a href="https://stripe.com/docs/issuing/cards/digital-wallets">https://stripe.com/docs/issuing/cards/digital-wallets</a> .</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFakeAddPaymentPassViewController.swift#L14-L264">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFakeAddPaymentPassViewController.swift#L14-L264">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFakeAddPaymentPassViewController.swift#L17-L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFakeAddPaymentPassViewController.swift#L17-L19">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFakeAddPaymentPassViewController.swift#L23-L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFakeAddPaymentPassViewController.swift#L23-L38">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFakeAddPaymentPassViewController.swift#L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFakeAddPaymentPassViewController.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@ -972,7 +972,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L30-L139">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L30-L139">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -966,7 +966,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@ -997,7 +997,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1028,7 +1028,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L49-L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L49-L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1089,7 +1089,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1132,7 +1132,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPFile.swift#L112-L138">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPFile.swift#L112-L138">Show on GitHub</a>
</div>
</section>
</div>
@ -1145,7 +1145,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>This class lets you access card icons used by the Stripe SDK. All icons are 32 x 20 points.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L23-L232">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L23-L232">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L26-L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L26-L28">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L32-L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L32-L34">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L38-L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L38-L40">Show on GitHub</a>
</div>
</section>
</div>
@ -987,7 +987,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L44-L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L44-L46">Show on GitHub</a>
</div>
</section>
</div>
@ -1018,7 +1018,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L50-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L50-L52">Show on GitHub</a>
</div>
</section>
</div>
@ -1049,7 +1049,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L56-L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L56-L58">Show on GitHub</a>
</div>
</section>
</div>
@ -1080,7 +1080,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L62-L64">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L62-L64">Show on GitHub</a>
</div>
</section>
</div>
@ -1111,7 +1111,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L68-L70">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L68-L70">Show on GitHub</a>
</div>
</section>
</div>
@ -1142,7 +1142,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L74-L76">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L74-L76">Show on GitHub</a>
</div>
</section>
</div>
@ -1174,7 +1174,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L79-L83">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L79-L83">Show on GitHub</a>
</div>
</section>
</div>
@ -1206,7 +1206,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L86-L94">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L86-L94">Show on GitHub</a>
</div>
</section>
</div>
@ -1237,7 +1237,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L98-L100">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L98-L100">Show on GitHub</a>
</div>
</section>
</div>
@ -1268,7 +1268,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L104-L106">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L104-L106">Show on GitHub</a>
</div>
</section>
</div>
@ -1299,7 +1299,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L110-L117">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L110-L117">Show on GitHub</a>
</div>
</section>
</div>
@ -1333,7 +1333,7 @@ single color template that can be tinted</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L121-L125">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L121-L125">Show on GitHub</a>
</div>
</section>
</div>
@ -1364,7 +1364,7 @@ single color template that can be tinted</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L128-L131">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L128-L131">Show on GitHub</a>
</div>
</section>
</div>
@ -1395,7 +1395,7 @@ single color template that can be tinted</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPImageLibrary.swift#L134-L138">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPImageLibrary.swift#L134-L138">Show on GitHub</a>
</div>
</section>
</div>
@ -1408,7 +1408,7 @@ single color template that can be tinted</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@ property for the details necessary to handle it.
You cannot directly instantiate an <code>STPIntentAction</code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L109-L200">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L109-L200">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L113">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L113">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L116">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L116">Show on GitHub</a>
</div>
</section>
</div>
@ -962,7 +962,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L119">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L119">Show on GitHub</a>
</div>
</section>
</div>
@ -993,7 +993,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L122">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L122">Show on GitHub</a>
</div>
</section>
</div>
@ -1024,7 +1024,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L125">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L125">Show on GitHub</a>
</div>
</section>
</div>
@ -1055,7 +1055,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L128">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L128">Show on GitHub</a>
</div>
</section>
</div>
@ -1098,7 +1098,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L206-L276">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L206-L276">Show on GitHub</a>
</div>
</section>
</div>
@ -1144,7 +1144,7 @@ property of this object contains further details about the action.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentAction.swift#L285-L287">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentAction.swift#L285-L287">Show on GitHub</a>
</div>
</section>
</div>
@ -1157,7 +1157,7 @@ property of this object contains further details about the action.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedirect</code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionAlipayHandleRedirect.swift#L13-L54">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionAlipayHandleRedirect.swift#L13-L54">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@ You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedir
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionAlipayHandleRedirect.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionAlipayHandleRedirect.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -927,7 +927,7 @@ You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedir
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionAlipayHandleRedirect.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionAlipayHandleRedirect.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -958,7 +958,7 @@ You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedir
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionAlipayHandleRedirect.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionAlipayHandleRedirect.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1001,7 +1001,7 @@ You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedir
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionAlipayHandleRedirect.swift#L60-L82">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionAlipayHandleRedirect.swift#L60-L82">Show on GitHub</a>
</div>
</section>
</div>
@ -1014,7 +1014,7 @@ You cannot directly instantiate an <code>STPPaymentIntentActionAlipayHandleRedir
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Contains Boleto details necessary for the customer to complete the payment.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionBoletoDisplayDetails.swift#L12-L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionBoletoDisplayDetails.swift#L12-L66">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionBoletoDisplayDetails.swift#L14">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionBoletoDisplayDetails.swift#L14">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionBoletoDisplayDetails.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionBoletoDisplayDetails.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionBoletoDisplayDetails.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionBoletoDisplayDetails.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionBoletoDisplayDetails.swift#L59-L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionBoletoDisplayDetails.swift#L59-L65">Show on GitHub</a>
</div>
</section>
</div>
@ -1011,7 +1011,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>Contains OXXO details necessary for the customer to complete the payment.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L12-L67">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L12-L67">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L14">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L14">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -985,7 +985,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L50-L64">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L50-L64">Show on GitHub</a>
</div>
</section>
</div>
@ -1014,7 +1014,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionOXXODisplayDetails.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionOXXODisplayDetails.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1027,7 +1027,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@ You cannot directly instantiate an <code>STPIntentActionRedirectToURL</code>.</p
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionRedirectToURL.swift#L14-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionRedirectToURL.swift#L14-L52">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@ You cannot directly instantiate an <code>STPIntentActionRedirectToURL</code>.</p
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionRedirectToURL.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionRedirectToURL.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ authenticating.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionRedirectToURL.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionRedirectToURL.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@ authenticating.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionRedirectToURL.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionRedirectToURL.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1006,7 +1006,7 @@ authenticating.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionRedirectToURL.swift#L57-L77">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionRedirectToURL.swift#L57-L77">Show on GitHub</a>
</div>
</section>
</div>
@ -1019,7 +1019,7 @@ authenticating.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -861,7 +861,7 @@
You cannot directly instantiate an <code>STPIntentActionWechatPayRedirectToApp</code>.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L12-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L12-L41">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@ You cannot directly instantiate an <code>STPIntentActionWechatPayRedirectToApp</
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L15">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@ -939,7 +939,7 @@ You cannot directly instantiate an <code>STPIntentActionWechatPayRedirectToApp</
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L47-L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIntentActionWeChatPayRedirectToApp.swift#L47-L58">Show on GitHub</a>
</div>
</section>
</div>
@ -952,7 +952,7 @@ You cannot directly instantiate an <code>STPIntentActionWechatPayRedirectToApp</
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>Information related to a Stripe Issuing card, including the PIN</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIssuingCardPin.swift#L12-L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIssuingCardPin.swift#L12-L29">Show on GitHub</a>
</div>
</div>
</section>
@ -895,7 +895,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIssuingCardPin.swift#L14">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIssuingCardPin.swift#L14">Show on GitHub</a>
</div>
</section>
</div>
@ -926,7 +926,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIssuingCardPin.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIssuingCardPin.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIssuingCardPin.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIssuingCardPin.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -985,7 +985,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPIssuingCardPin.swift#L32-L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPIssuingCardPin.swift#L32-L50">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L23-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L23-L52">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -961,7 +961,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@ -995,7 +995,7 @@ of the STPSourceParams which contains it.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@ -1084,7 +1084,7 @@ of the STPSourceParams which contains it.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPKlarnaLineItem.swift#L43-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPKlarnaLineItem.swift#L43-L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1097,7 +1097,7 @@ of the STPSourceParams which contains it.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>An object that contains details about the customer acceptance of the Mandate. - seealso: <a href="https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data-customer_acceptance">https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data-customer_acceptance</a></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L20-L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L20-L69">Show on GitHub</a>
</div>
</div>
</section>
@ -894,7 +894,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@ -926,7 +926,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -987,7 +987,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L32-L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L32-L34">Show on GitHub</a>
</div>
</section>
</div>
@ -1030,7 +1030,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L58-L63">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L58-L63">Show on GitHub</a>
</div>
</section>
</div>
@ -1060,7 +1060,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateCustomerAcceptanceParams.swift#L66-L68">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateCustomerAcceptanceParams.swift#L66-L68">Show on GitHub</a>
</div>
</section>
</div>
@ -1073,7 +1073,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>This object contains details about the Mandate to create. - seealso: <a href="https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data">https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data</a></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L12-L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L12-L24">Show on GitHub</a>
</div>
</div>
</section>
@ -895,7 +895,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L15">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@ -925,7 +925,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L20-L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L20-L23">Show on GitHub</a>
</div>
</section>
</div>
@ -986,7 +986,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L28-L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L28-L32">Show on GitHub</a>
</div>
</section>
</div>
@ -1016,7 +1016,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateDataParams.swift#L35-L37">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateDataParams.swift#L35-L37">Show on GitHub</a>
</div>
</section>
</div>
@ -1029,7 +1029,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>Contains details about a Mandate accepted online. - seealso: <a href="https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data-customer_acceptance-online">https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-mandate_data-customer_acceptance-online</a></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L12-L34">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L12-L34">Show on GitHub</a>
</div>
</div>
</section>
@ -895,7 +895,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L15">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@ -926,7 +926,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -956,7 +956,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1022,7 +1022,7 @@
<p>A new STPMandateOnlineParams instance with the specified parameters.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L29-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L29-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -1052,7 +1052,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L53-L59">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L53-L59">Show on GitHub</a>
</div>
</section>
</div>
@ -1082,7 +1082,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMandateOnlineParams.swift#L62-L64">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMandateOnlineParams.swift#L62-L64">Show on GitHub</a>
</div>
</section>
</div>
@ -1095,7 +1095,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -860,7 +860,7 @@
<p>STPMultiFormTextField is a lightweight UIView that wraps a collection of STPFormTextFields and can automatically move to the next form field when one is completed.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L43-L352">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L43-L352">Show on GitHub</a>
</div>
</div>
</section>
@ -896,7 +896,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L80-L88">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L80-L88">Show on GitHub</a>
</div>
</section>
</div>
@ -939,7 +939,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L265-L273">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L265-L273">Show on GitHub</a>
</div>
</section>
</div>
@ -969,7 +969,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L275-L291">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L275-L291">Show on GitHub</a>
</div>
</section>
</div>
@ -999,7 +999,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L293-L309">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L293-L309">Show on GitHub</a>
</div>
</section>
</div>
@ -1029,7 +1029,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L311-L327">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L311-L327">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L329-L341">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L329-L341">Show on GitHub</a>
</div>
</section>
</div>
@ -1089,7 +1089,7 @@ If all of the form text fields are already complete, then the last field in <cod
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPMultiFormTextField.swift#L343-L351">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPMultiFormTextField.swift#L343-L351">Show on GitHub</a>
</div>
</section>
</div>
@ -1102,7 +1102,7 @@ If all of the form text fields are already complete, then the last field in <cod
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>This class can be used wherever you&rsquo;d use a <code>UIActivityIndicatorView</code> and is intended to have a similar API. It renders as a spinning circle with a gap in it, similar to what you see in the App Store app or in the Apple Pay dialog when making a purchase. To change its color, set the <code>tintColor</code> property.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentActivityIndicatorView.swift#L12-L129">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentActivityIndicatorView.swift#L12-L129">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentActivityIndicatorView.swift#L15-L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentActivityIndicatorView.swift#L15-L53">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentActivityIndicatorView.swift#L57-L64">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentActivityIndicatorView.swift#L57-L64">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentActivityIndicatorView.swift#L68-L80">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentActivityIndicatorView.swift#L68-L80">Show on GitHub</a>
</div>
</section>
</div>
@ -972,7 +972,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@ designed to fit on a single line, and from a design perspective can be used
anywhere a UITextField would be appropriate.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L19-L2025">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L19-L2025">Show on GitHub</a>
</div>
</div>
</section>
@ -903,7 +903,7 @@ anywhere a UITextField would be appropriate.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L38">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@ -934,7 +934,7 @@ anywhere a UITextField would be appropriate.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L40-L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L40-L51">Show on GitHub</a>
</div>
</section>
</div>
@ -965,7 +965,7 @@ anywhere a UITextField would be appropriate.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L54-L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L54-L66">Show on GitHub</a>
</div>
</section>
</div>
@ -998,7 +998,7 @@ Default is <code>.red</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L71-L83">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L71-L83">Show on GitHub</a>
</div>
</section>
</div>
@ -1031,7 +1031,7 @@ Default is <code>.systemGray2</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L88-L96">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L88-L96">Show on GitHub</a>
</div>
</section>
</div>
@ -1065,7 +1065,7 @@ format it as such (in other words, you don&rsquo;t need to add spaces to this st
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L103-L111">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L103-L111">Show on GitHub</a>
</div>
</section>
</div>
@ -1096,7 +1096,7 @@ format it as such (in other words, you don&rsquo;t need to add spaces to this st
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L115-L123">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L115-L123">Show on GitHub</a>
</div>
</section>
</div>
@ -1127,7 +1127,7 @@ format it as such (in other words, you don&rsquo;t need to add spaces to this st
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L127-L135">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L127-L135">Show on GitHub</a>
</div>
</section>
</div>
@ -1159,7 +1159,7 @@ or @&ldquo;Postal&rdquo; for all other country codes.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L140-L148">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L140-L148">Show on GitHub</a>
</div>
</section>
</div>
@ -1192,7 +1192,7 @@ This is a proxy for the view&rsquo;s tintColor property, exposed for clarity onl
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L152-L159">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L152-L159">Show on GitHub</a>
</div>
</section>
</div>
@ -1225,7 +1225,7 @@ Default is .systemGray2.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L165-L177">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L165-L177">Show on GitHub</a>
</div>
</section>
</div>
@ -1257,7 +1257,7 @@ Default is 1.0.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L182-L190">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L182-L190">Show on GitHub</a>
</div>
</section>
</div>
@ -1289,7 +1289,7 @@ Default is 5.0.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L195-L203">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L195-L203">Show on GitHub</a>
</div>
</section>
</div>
@ -1321,7 +1321,7 @@ Default is UIKeyboardAppearanceDefault.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L207-L213">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L207-L213">Show on GitHub</a>
</div>
</section>
</div>
@ -1352,7 +1352,7 @@ Default is UIKeyboardAppearanceDefault.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L217-L228">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L217-L228">Show on GitHub</a>
</div>
</section>
</div>
@ -1383,7 +1383,7 @@ Default is UIKeyboardAppearanceDefault.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L232-L243">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L232-L243">Show on GitHub</a>
</div>
</section>
</div>
@ -1414,7 +1414,7 @@ Default is UIKeyboardAppearanceDefault.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L245">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L245">Show on GitHub</a>
</div>
</section>
</div>
@ -1451,7 +1451,7 @@ expiration date, CVC, and postal code (if required).</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L250-L252">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L250-L252">Show on GitHub</a>
</div>
</section>
</div>
@ -1482,7 +1482,7 @@ expiration date, CVC, and postal code (if required).</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L255-L265">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L255-L265">Show on GitHub</a>
</div>
</section>
</div>
@ -1515,7 +1515,7 @@ to be valid.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L269-L271">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L269-L271">Show on GitHub</a>
</div>
</section>
</div>
@ -1548,7 +1548,7 @@ guaranteed to be valid.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L275-L280">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L275-L280">Show on GitHub</a>
</div>
</section>
</div>
@ -1581,7 +1581,7 @@ It may be also 0-prefixed (i.e. &ldquo;01&rdquo; for January).</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L284-L286">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L284-L286">Show on GitHub</a>
</div>
</section>
</div>
@ -1615,7 +1615,7 @@ guaranteed to be valid.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L292-L297">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L292-L297">Show on GitHub</a>
</div>
</section>
</div>
@ -1648,7 +1648,7 @@ unless <code><a href="../Classes/STPPaymentCardTextField.html#/c:@M@Stripe@objc(
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L302-L304">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L302-L304">Show on GitHub</a>
</div>
</section>
</div>
@ -1681,7 +1681,7 @@ is guaranteed to be valid.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L309-L311">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L309-L311">Show on GitHub</a>
</div>
</section>
</div>
@ -1712,7 +1712,7 @@ is guaranteed to be valid.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L314-L329">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L314-L329">Show on GitHub</a>
</div>
</section>
</div>
@ -1748,7 +1748,7 @@ If NO, no postal code entry will ever be displayed.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L336-L343">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L336-L343">Show on GitHub</a>
</div>
</section>
</div>
@ -1784,7 +1784,7 @@ By default this will fetch the user&rsquo;s current country code from NSLocale.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L351-L366">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L351-L366">Show on GitHub</a>
</div>
</section>
</div>
@ -1821,7 +1821,7 @@ and then set this property to the new value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L375-L482">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L375-L482">Show on GitHub</a>
</div>
</section>
</div>
@ -1862,7 +1862,7 @@ and then set this property to the new value.</p>
<p>Whether or not the text field successfully began editing.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L487-L490">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L487-L490">Show on GitHub</a>
</div>
</section>
</div>
@ -1902,7 +1902,7 @@ and then set this property to the new value.</p>
<p>Whether or not the field successfully stopped editing.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L495-L504">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L495-L504">Show on GitHub</a>
</div>
</section>
</div>
@ -1933,7 +1933,7 @@ and then set this property to the new value.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L507-L530">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L507-L530">Show on GitHub</a>
</div>
</section>
</div>
@ -1988,7 +1988,7 @@ Override this method in a subclass if you would like to provide custom images.</
<p>The cvc image used for a card brand.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L536-L539">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L536-L539">Show on GitHub</a>
</div>
</section>
</div>
@ -2044,7 +2044,7 @@ Override this method in a subclass if you would like to provide custom images.</
<p>The brand image used for a card brand.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L545-L549">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L545-L549">Show on GitHub</a>
</div>
</section>
</div>
@ -2100,7 +2100,7 @@ Override this method in a subclass if you would like to provide custom images.</
<p>The error image used for a card brand.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L555-L559">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L555-L559">Show on GitHub</a>
</div>
</section>
</div>
@ -2154,7 +2154,7 @@ Override this method in a subclass if you would like to provide custom images.</
<p>the rectangle in which the receiver draws its brand image.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L564-L571">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L564-L571">Show on GitHub</a>
</div>
</section>
</div>
@ -2208,7 +2208,7 @@ Override this method in a subclass if you would like to provide custom images.</
<p>The rectangle in which the receiver draws the text fields.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField.swift#L576-L582">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField.swift#L576-L582">Show on GitHub</a>
</div>
</section>
</div>
@ -2239,7 +2239,7 @@ Override this method in a subclass if you would like to provide custom images.</
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L17-L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L17-L84">Show on GitHub</a>
</div>
</section>
</div>
@ -2252,7 +2252,7 @@ Override this method in a subclass if you would like to provide custom images.</
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>A SwiftUI representation of an STPPaymentCardTextField.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L17-L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L17-L84">Show on GitHub</a>
</div>
</div>
</section>
@ -913,7 +913,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L23-L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L23-L25">Show on GitHub</a>
</div>
</section>
</div>
@ -942,7 +942,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L27-L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L27-L29">Show on GitHub</a>
</div>
</section>
</div>
@ -971,7 +971,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L31-L46">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L31-L46">Show on GitHub</a>
</div>
</section>
</div>
@ -1000,7 +1000,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L48-L58">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L48-L58">Show on GitHub</a>
</div>
</section>
</div>
@ -1030,7 +1030,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L60-L83">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L60-L83">Show on GitHub</a>
</div>
</section>
</div>
@ -1043,7 +1043,7 @@ The STPPaymentMethodParams will be <code>nil</code> if the payment card text fie
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -858,7 +858,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L60-L83">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L60-L83">Show on GitHub</a>
</div>
</div>
</section>
@ -891,7 +891,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentCardTextField+SwiftUI.swift#L66-L82">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentCardTextField+SwiftUI.swift#L66-L82">Show on GitHub</a>
</div>
</section>
</div>
@ -904,7 +904,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@ will not change from payment to payment and thus is reusable, while the context
is specific to a single particular payment instance.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L18-L239">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L18-L239">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@ every property</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -931,7 +931,7 @@ every property</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L25-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L25-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -962,7 +962,7 @@ every property</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@ -1001,7 +1001,7 @@ The default value is <code>STPBillingAddressFieldsPostalCode</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1034,7 +1034,7 @@ The default value is nil.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1066,7 +1066,7 @@ The default value is YES.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L50">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@ -1100,7 +1100,7 @@ The default value is STPShippingTypeShipping.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L55">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L55">Show on GitHub</a>
</div>
</section>
</div>
@ -1134,7 +1134,7 @@ the available countries to your selected set.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@ -1169,7 +1169,7 @@ The default value is the name of your iOS application which is derived from the
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L67">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L67">Show on GitHub</a>
</div>
</section>
</div>
@ -1202,7 +1202,7 @@ must set this to a valid identifier in order to automatically enable Apple Pay.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L71">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L71">Show on GitHub</a>
</div>
</section>
</div>
@ -1241,7 +1241,7 @@ or directly as an init parameter.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L81">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L81">Show on GitHub</a>
</div>
</section>
</div>
@ -1278,7 +1278,7 @@ The default value is currently NO. This will be changed in a future update.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L89">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L89">Show on GitHub</a>
</div>
</section>
</div>
@ -1324,7 +1324,7 @@ in addition to credit cards.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L99">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L99">Show on GitHub</a>
</div>
</section>
</div>
@ -1362,7 +1362,7 @@ Your Stripe publishable key</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L110-L124">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L110-L124">Show on GitHub</a>
</div>
</section>
</div>
@ -1402,7 +1402,7 @@ account for which this request is being made.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentConfiguration.swift#L137-L151">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentConfiguration.swift#L137-L151">Show on GitHub</a>
</div>
</section>
</div>
@ -1415,7 +1415,7 @@ account for which this request is being made.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -862,7 +862,7 @@
<code>STPPaymentContext</code> saves information about a user&rsquo;s payment methods to a Stripe customer object, and requires an <code><a href="../Classes/STPCustomerContext.html">STPCustomerContext</a></code> to manage retrieving and modifying the customer.</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L17-L1077">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L17-L1077">Show on GitHub</a>
</div>
</div>
</section>
@ -924,7 +924,7 @@ and modify its Stripe customer. - seealso: STPCustomerContext.h</p>
<p>the newly-instantiated payment context</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L28-L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L28-L30">Show on GitHub</a>
</div>
</section>
</div>
@ -1008,7 +1008,7 @@ lets you set your Stripe publishable API key, required billing address fields, e
<p>the newly-instantiated payment context</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L45-L54">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L45-L54">Show on GitHub</a>
</div>
</section>
</div>
@ -1043,7 +1043,7 @@ This is a convenience initializer; it is equivalent to calling
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L62-L67">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L62-L67">Show on GitHub</a>
</div>
</section>
</div>
@ -1131,7 +1131,7 @@ you set your Stripe publishable API key, required billing address fields, etc.</
<p>the newly-instantiated payment context</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L86-L102">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L86-L102">Show on GitHub</a>
</div>
</section>
</div>
@ -1171,7 +1171,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L110">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L110">Show on GitHub</a>
</div>
</section>
</div>
@ -1202,7 +1202,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L112">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L112">Show on GitHub</a>
</div>
</section>
</div>
@ -1233,7 +1233,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L114">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L114">Show on GitHub</a>
</div>
</section>
</div>
@ -1264,7 +1264,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L118-L129">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L118-L129">Show on GitHub</a>
</div>
</section>
</div>
@ -1295,7 +1295,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L133-L151">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L133-L151">Show on GitHub</a>
</div>
</section>
</div>
@ -1326,7 +1326,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L155-L165">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L155-L165">Show on GitHub</a>
</div>
</section>
</div>
@ -1357,7 +1357,7 @@ You need to make a class conforming to this protocol that talks to your server.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L168-L170">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L168-L170">Show on GitHub</a>
</div>
</section>
</div>
@ -1392,7 +1392,7 @@ The Stripe ID of a payment method to display as the default pre-selected option.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L176">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L176">Show on GitHub</a>
</div>
</section>
</div>
@ -1423,7 +1423,7 @@ The Stripe ID of a payment method to display as the default pre-selected option.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L180-L202">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L180-L202">Show on GitHub</a>
</div>
</section>
</div>
@ -1454,7 +1454,7 @@ The Stripe ID of a payment method to display as the default pre-selected option.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L206-L225">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L206-L225">Show on GitHub</a>
</div>
</section>
</div>
@ -1485,7 +1485,7 @@ The Stripe ID of a payment method to display as the default pre-selected option.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L228">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L228">Show on GitHub</a>
</div>
</section>
</div>
@ -1516,7 +1516,7 @@ The Stripe ID of a payment method to display as the default pre-selected option.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L232-L248">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L232-L248">Show on GitHub</a>
</div>
</section>
</div>
@ -1564,7 +1564,7 @@ shipping address. To change this behavior, you can set
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L268">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L268">Show on GitHub</a>
</div>
</section>
</div>
@ -1601,7 +1601,7 @@ The other will be automatically calculated on demand using your <code><a href=".
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L277-L286">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L277-L286">Show on GitHub</a>
</div>
</section>
</div>
@ -1635,7 +1635,7 @@ or <code><a href="../Classes/STPPaymentContext.html#/c:@M@Stripe@objc(cs)STPPaym
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L291">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L291">Show on GitHub</a>
</div>
</section>
</div>
@ -1674,7 +1674,7 @@ payment requests.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L297">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L297">Show on GitHub</a>
</div>
</section>
</div>
@ -1716,7 +1716,7 @@ The other will be automatically calculated on demand using your <code><a href=".
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L307-L318">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L307-L318">Show on GitHub</a>
</div>
</section>
</div>
@ -1750,7 +1750,7 @@ The default value is <code>UIModalPresentationFullScreen</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L323">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L323">Show on GitHub</a>
</div>
</section>
</div>
@ -1789,7 +1789,7 @@ If the view controller is presented modally, <code>automatic</code> and
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L333">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L333">Show on GitHub</a>
</div>
</section>
</div>
@ -1824,7 +1824,7 @@ to be sized and positioned properly.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L339">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L339">Show on GitHub</a>
</div>
</section>
</div>
@ -1858,7 +1858,7 @@ to be sized and positioned properly.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L344">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L344">Show on GitHub</a>
</div>
</section>
</div>
@ -1889,7 +1889,7 @@ Defaults to STPAPIClient.shared</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L347">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L347">Show on GitHub</a>
</div>
</section>
</div>
@ -1922,7 +1922,7 @@ Defaults to <code><a href="../Classes/STPAPIClient.html#/s:10StripeCore12STPAPIC
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L352-L359">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L352-L359">Show on GitHub</a>
</div>
</section>
</div>
@ -1956,7 +1956,7 @@ will be called again (and you can again call this to keep retrying, etc).</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L365-L456">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L365-L456">Show on GitHub</a>
</div>
</section>
</div>
@ -1991,7 +1991,7 @@ already showing a view controller or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L464-L466">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L464-L466">Show on GitHub</a>
</div>
</section>
</div>
@ -2026,7 +2026,7 @@ already showing a view controller or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L474-L507">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L474-L507">Show on GitHub</a>
</div>
</section>
</div>
@ -2062,7 +2062,7 @@ already showing a view controller or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L516-L518">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L516-L518">Show on GitHub</a>
</div>
</section>
</div>
@ -2098,7 +2098,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L527-L551">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L527-L551">Show on GitHub</a>
</div>
</section>
</div>
@ -2138,7 +2138,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L564-L693">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L564-L693">Show on GitHub</a>
</div>
</section>
</div>
@ -2184,7 +2184,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L768-L773">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L768-L773">Show on GitHub</a>
</div>
</section>
</div>
@ -2216,7 +2216,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L776-L787">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L776-L787">Show on GitHub</a>
</div>
</section>
</div>
@ -2248,7 +2248,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L790-L802">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L790-L802">Show on GitHub</a>
</div>
</section>
</div>
@ -2281,7 +2281,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L805-L810">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L805-L810">Show on GitHub</a>
</div>
</section>
</div>
@ -2326,7 +2326,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L866-L878">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L866-L878">Show on GitHub</a>
</div>
</section>
</div>
@ -2360,7 +2360,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L881-L899">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L881-L899">Show on GitHub</a>
</div>
</section>
</div>
@ -2394,7 +2394,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L902-L926">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L902-L926">Show on GitHub</a>
</div>
</section>
</div>
@ -2437,7 +2437,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L1061-L1063">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L1061-L1063">Show on GitHub</a>
</div>
</section>
</div>
@ -2467,7 +2467,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentContext.swift#L1066-L1076">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentContext.swift#L1066-L1076">Show on GitHub</a>
</div>
</section>
</div>
@ -2480,7 +2480,7 @@ already showing a view controller, or in the middle of requesting a payment.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -867,7 +867,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L91-L1592">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L91-L1592">Show on GitHub</a>
</div>
</div>
</section>
@ -902,7 +902,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L94">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L94">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L107">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L107">Show on GitHub</a>
</div>
</section>
</div>
@ -964,7 +964,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L111-L113">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L111-L113">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L125">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L125">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ It can present authentication UI on top of your app or redirect users out of you
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L129-L136">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L129-L136">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@ Defaults to <code>STPThreeDSCustomizationSettings()</code>.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L141">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L141">Show on GitHub</a>
</div>
</section>
</div>
@ -1096,7 +1096,7 @@ Setting this to <code>true</code> with a livemode key will fail.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L152-L160">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L152-L160">Show on GitHub</a>
</div>
</section>
</div>
@ -1176,7 +1176,7 @@ Call this method if you are using automatic confirmation. - seealso: <a href="h
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L170-L245">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L170-L245">Show on GitHub</a>
</div>
</section>
</div>
@ -1268,7 +1268,7 @@ Call this method if you are using manual confirmation. - seealso: <a href="http
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L268-L349">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L268-L349">Show on GitHub</a>
</div>
</section>
</div>
@ -1352,7 +1352,7 @@ to authenticate the SetupIntent.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L359-L442">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L359-L442">Show on GitHub</a>
</div>
</section>
</div>
@ -1444,7 +1444,7 @@ Call this method if you are confirming the SetupIntent on your backend and get a
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentHandler.swift#L452-L530">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentHandler.swift#L452-L530">Show on GitHub</a>
</div>
</section>
</div>
@ -1457,7 +1457,7 @@ Call this method if you are confirming the SetupIntent on your backend and get a
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -869,7 +869,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L63-L219">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L63-L219">Show on GitHub</a>
</div>
</div>
</section>
@ -904,7 +904,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L66">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L66">Show on GitHub</a>
</div>
</section>
</div>
@ -935,7 +935,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L69">Show on GitHub</a>
</div>
</section>
</div>
@ -966,7 +966,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L72">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L72">Show on GitHub</a>
</div>
</section>
</div>
@ -997,7 +997,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L75">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L75">Show on GitHub</a>
</div>
</section>
</div>
@ -1028,7 +1028,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L78">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L78">Show on GitHub</a>
</div>
</section>
</div>
@ -1059,7 +1059,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L81">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L81">Show on GitHub</a>
</div>
</section>
</div>
@ -1090,7 +1090,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L84">Show on GitHub</a>
</div>
</section>
</div>
@ -1121,7 +1121,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L87">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L87">Show on GitHub</a>
</div>
</section>
</div>
@ -1153,7 +1153,7 @@ An arbitrary string attached to the object. Often useful for displaying to users
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L91">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L91">Show on GitHub</a>
</div>
</section>
</div>
@ -1184,7 +1184,7 @@ An arbitrary string attached to the object. Often useful for displaying to users
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L94">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L94">Show on GitHub</a>
</div>
</section>
</div>
@ -1216,7 +1216,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L98">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L98">Show on GitHub</a>
</div>
</section>
</div>
@ -1247,7 +1247,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L101">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L101">Show on GitHub</a>
</div>
</section>
</div>
@ -1278,7 +1278,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L104">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L104">Show on GitHub</a>
</div>
</section>
</div>
@ -1309,7 +1309,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L107">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L107">Show on GitHub</a>
</div>
</section>
</div>
@ -1340,7 +1340,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L110">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L110">Show on GitHub</a>
</div>
</section>
</div>
@ -1371,7 +1371,7 @@ property contains the next action to take for this PaymentIntent.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L113">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L113">Show on GitHub</a>
</div>
</section>
</div>
@ -1403,7 +1403,7 @@ Use on_session if you intend to only reuse the payment method when the customer
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L117">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L117">Show on GitHub</a>
</div>
</section>
</div>
@ -1434,7 +1434,7 @@ Use on_session if you intend to only reuse the payment method when the customer
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L120">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L120">Show on GitHub</a>
</div>
</section>
</div>
@ -1465,7 +1465,7 @@ Use on_session if you intend to only reuse the payment method when the customer
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L123">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L123">Show on GitHub</a>
</div>
</section>
</div>
@ -1495,7 +1495,7 @@ Use on_session if you intend to only reuse the payment method when the customer
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1538,7 +1538,7 @@ Use on_session if you intend to only reuse the payment method when the customer
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L225-L241">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L225-L241">Show on GitHub</a>
</div>
</section>
</div>
@ -1585,7 +1585,7 @@ property contains the next source action to take for this PaymentIntent.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntent.swift#L305-L307">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntent.swift#L305-L307">Show on GitHub</a>
</div>
</section>
</div>
@ -1598,7 +1598,7 @@ property contains the next source action to take for this PaymentIntent.
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L67-L142">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L67-L142">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L70">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L70">Show on GitHub</a>
</div>
</section>
</div>
@ -936,7 +936,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L74">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L74">Show on GitHub</a>
</div>
</section>
</div>
@ -973,7 +973,7 @@ a short string indicating the card issuers reason for the decline if they pro
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L79">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L79">Show on GitHub</a>
</div>
</section>
</div>
@ -1009,7 +1009,7 @@ a short string indicating the card issuers reason for the decline if they pro
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L83">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L83">Show on GitHub</a>
</div>
</section>
</div>
@ -1041,7 +1041,7 @@ For card (<code><a href="../Enums/STPPaymentIntentLastPaymentErrorType.html#/c:@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L87">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L87">Show on GitHub</a>
</div>
</section>
</div>
@ -1073,7 +1073,7 @@ For example, you can use this to display a message near the correct form field.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L91">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L91">Show on GitHub</a>
</div>
</section>
</div>
@ -1104,7 +1104,7 @@ For example, you can use this to display a message near the correct form field.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L94">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L94">Show on GitHub</a>
</div>
</section>
</div>
@ -1135,7 +1135,7 @@ For example, you can use this to display a message near the correct form field.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L97">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L97">Show on GitHub</a>
</div>
</section>
</div>
@ -1178,7 +1178,7 @@ For example, you can use this to display a message near the correct form field.<
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentLastPaymentError.swift#L148-L165">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentLastPaymentError.swift#L148-L165">Show on GitHub</a>
</div>
</section>
</div>
@ -1191,7 +1191,7 @@ For example, you can use this to display a message near the correct form field.<
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -873,7 +873,7 @@ That PaymentMethod or Source can either be:</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L18-L218">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L18-L218">Show on GitHub</a>
</div>
</div>
</section>
@ -928,7 +928,7 @@ field.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L24-L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L24-L27">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@ field.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L34-L36">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L34-L36">Show on GitHub</a>
</div>
</section>
</div>
@ -990,7 +990,7 @@ field.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@ -1023,7 +1023,7 @@ PaymentMethod during PaymentIntent confirmation.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L44">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L44">Show on GitHub</a>
</div>
</section>
</div>
@ -1055,7 +1055,7 @@ PaymentMethod during PaymentIntent confirmation.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L48">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L48">Show on GitHub</a>
</div>
</section>
</div>
@ -1088,7 +1088,7 @@ during PaymentIntent confirmation.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1120,7 +1120,7 @@ during PaymentIntent confirmation.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1151,7 +1151,7 @@ during PaymentIntent confirmation.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@ -1184,7 +1184,7 @@ This should be a boolean NSNumber, so that it can be <code>nil</code></p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L65">Show on GitHub</a>
</div>
</section>
</div>
@ -1217,7 +1217,7 @@ This should probably be a URL that opens your iOS app.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L70">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L70">Show on GitHub</a>
</div>
</section>
</div>
@ -1248,7 +1248,7 @@ If applicable, additional authentication may be performed to comply with regiona
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L74">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L74">Show on GitHub</a>
</div>
</section>
</div>
@ -1282,7 +1282,7 @@ app.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L98">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L98">Show on GitHub</a>
</div>
</section>
</div>
@ -1314,7 +1314,7 @@ app.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L103-L126">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L103-L126">Show on GitHub</a>
</div>
</section>
</div>
@ -1350,7 +1350,7 @@ app.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L130">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L130">Show on GitHub</a>
</div>
</section>
</div>
@ -1381,7 +1381,7 @@ app.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L133">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L133">Show on GitHub</a>
</div>
</section>
</div>
@ -1415,7 +1415,7 @@ This property has been renamed to <code><a href="../Classes/STPPaymentIntentPara
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L139-L146">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L139-L146">Show on GitHub</a>
</div>
</section>
</div>
@ -1450,7 +1450,7 @@ This property has been renamed to <code><a href="../Classes/STPPaymentIntentPara
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L152-L159">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L152-L159">Show on GitHub</a>
</div>
</section>
</div>
@ -1482,7 +1482,7 @@ the proper field (either paymentMethodId or paymentMethodParams) for your Paymen
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L167-L173">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L167-L173">Show on GitHub</a>
</div>
</section>
</div>
@ -1525,7 +1525,7 @@ the proper field (either paymentMethodId or paymentMethodParams) for your Paymen
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L228-L230">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L228-L230">Show on GitHub</a>
</div>
</section>
</div>
@ -1555,7 +1555,7 @@ the proper field (either paymentMethodId or paymentMethodParams) for your Paymen
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentParams.swift#L233-L249">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentParams.swift#L233-L249">Show on GitHub</a>
</div>
</section>
</div>
@ -1568,7 +1568,7 @@ the proper field (either paymentMethodId or paymentMethodParams) for your Paymen
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -867,7 +867,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L15-L68">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L15-L68">Show on GitHub</a>
</div>
</div>
</section>
@ -902,7 +902,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -964,7 +964,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@ -995,7 +995,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@ -1069,7 +1069,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetails.swift#L74-L87">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetails.swift#L74-L87">Show on GitHub</a>
</div>
</section>
</div>
@ -1082,7 +1082,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -867,7 +867,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L15-L76">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L15-L76">Show on GitHub</a>
</div>
</div>
</section>
@ -902,7 +902,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -933,7 +933,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -964,7 +964,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@ -995,7 +995,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@ -1057,7 +1057,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@ -1100,7 +1100,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L82-L95">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddress.swift#L82-L95">Show on GitHub</a>
</div>
</section>
</div>
@ -1113,7 +1113,7 @@ You should only use one that is part of an existing <code><a href="../Classes/ST
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L14-L63">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L14-L63">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -932,7 +932,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L26">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@ -1056,7 +1056,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@ -1086,7 +1086,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1117,7 +1117,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L38-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L38-L41">Show on GitHub</a>
</div>
</section>
</div>
@ -1160,7 +1160,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L69-L79">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L69-L79">Show on GitHub</a>
</div>
</section>
</div>
@ -1190,7 +1190,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L82-L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsAddressParams.swift#L82-L84">Show on GitHub</a>
</div>
</section>
</div>
@ -1203,7 +1203,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L13-L60">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L13-L60">Show on GitHub</a>
</div>
</div>
</section>
@ -901,7 +901,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -932,7 +932,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -963,7 +963,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -994,7 +994,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -1025,7 +1025,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@ -1056,7 +1056,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L35-L40">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L35-L40">Show on GitHub</a>
</div>
</section>
</div>
@ -1099,7 +1099,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L66-L74">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L66-L74">Show on GitHub</a>
</div>
</section>
</div>
@ -1129,7 +1129,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentIntentShippingDetailsParams.swift#L77-L79">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentIntentShippingDetailsParams.swift#L77-L79">Show on GitHub</a>
</div>
</section>
</div>
@ -1142,7 +1142,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L14-L345">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L14-L345">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -961,7 +961,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -993,7 +993,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@ -1024,7 +1024,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -1055,7 +1055,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1086,7 +1086,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L29">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@ -1117,7 +1117,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@ -1148,7 +1148,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@ -1179,7 +1179,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@ -1210,7 +1210,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L37">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@ -1241,7 +1241,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@ -1272,7 +1272,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@ -1303,7 +1303,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1334,7 +1334,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L45">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@ -1365,7 +1365,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1396,7 +1396,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L49">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L49">Show on GitHub</a>
</div>
</section>
</div>
@ -1427,7 +1427,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L51">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L51">Show on GitHub</a>
</div>
</section>
</div>
@ -1458,7 +1458,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L53">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L53">Show on GitHub</a>
</div>
</section>
</div>
@ -1489,7 +1489,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L55">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L55">Show on GitHub</a>
</div>
</section>
</div>
@ -1520,7 +1520,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L57">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
@ -1551,7 +1551,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L69">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L69">Show on GitHub</a>
</div>
</section>
</div>
@ -1582,7 +1582,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L71">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L71">Show on GitHub</a>
</div>
</section>
</div>
@ -1613,7 +1613,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L73">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L73">Show on GitHub</a>
</div>
</section>
</div>
@ -1664,7 +1664,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L84">Show on GitHub</a>
</div>
</section>
</div>
@ -1707,7 +1707,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L201-L291">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L201-L291">Show on GitHub</a>
</div>
</section>
</div>
@ -1750,7 +1750,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L294-L300">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L294-L300">Show on GitHub</a>
</div>
</section>
</div>
@ -1780,7 +1780,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L302-L308">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L302-L308">Show on GitHub</a>
</div>
</section>
</div>
@ -1810,7 +1810,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L310-L328">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L310-L328">Show on GitHub</a>
</div>
</section>
</div>
@ -1840,7 +1840,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethod.swift#L330-L344">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethod.swift#L330-L344">Show on GitHub</a>
</div>
</section>
</div>
@ -1853,7 +1853,7 @@ e.g. if the type is <code>STPPaymentMethodTypeCard</code>, the <code><a href="..
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebit.swift#L13-L65">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebit.swift#L13-L65">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebit.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebit.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebit.swift#L20">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebit.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
@ -961,7 +961,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebit.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebit.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -1003,7 +1003,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebit.swift#L40-L47">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebit.swift#L40-L47">Show on GitHub</a>
</div>
</section>
</div>
@ -1016,7 +1016,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>An object representing parameters used to create an AU BECS Debit Payment Method</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L12-L31">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L12-L31">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -924,7 +924,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L16">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L16">Show on GitHub</a>
</div>
</section>
</div>
@ -955,7 +955,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
@ -997,7 +997,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L21-L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L21-L23">Show on GitHub</a>
</div>
</section>
</div>
@ -1026,7 +1026,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L25-L30">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAUBECSDebitParams.swift#L25-L30">Show on GitHub</a>
</div>
</section>
</div>
@ -1039,7 +1039,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>The billing address, a property on <code><a href="../Classes/STPPaymentMethodBillingDetails.html">STPPaymentMethodBillingDetails</a></code></p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L13-L103">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L13-L103">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -924,7 +924,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -955,7 +955,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -986,7 +986,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -1017,7 +1017,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@ -1048,7 +1048,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L25">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@ -1079,7 +1079,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@ -1110,7 +1110,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L31-L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L31-L39">Show on GitHub</a>
</div>
</section>
</div>
@ -1153,7 +1153,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L69-L79">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L69-L79">Show on GitHub</a>
</div>
</section>
</div>
@ -1183,7 +1183,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L82-L84">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L82-L84">Show on GitHub</a>
</div>
</section>
</div>
@ -1226,7 +1226,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAddress.swift#L88-L102">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAddress.swift#L88-L102">Show on GitHub</a>
</div>
</section>
</div>
@ -1239,7 +1239,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpay.swift#L13-L41">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpay.swift#L13-L41">Show on GitHub</a>
</div>
</div>
</section>
@ -898,7 +898,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpay.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpay.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -941,7 +941,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpay.swift#L29-L35">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpay.swift#L29-L35">Show on GitHub</a>
</div>
</section>
</div>
@ -954,7 +954,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -859,7 +859,7 @@
<p>An object representing parameters used to create an AfterpayClearpay Payment Method</p>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L12-L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L12-L24">Show on GitHub</a>
</div>
</div>
</section>
@ -893,7 +893,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -923,7 +923,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L16-L18">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L16-L18">Show on GitHub</a>
</div>
</section>
</div>
@ -953,7 +953,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L21-L23">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAfterpayClearpayParams.swift#L21-L23">Show on GitHub</a>
</div>
</section>
</div>
@ -966,7 +966,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -865,7 +865,7 @@ There are currently no parameters to pass.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAlipayParams.swift#L14-L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAlipayParams.swift#L14-L27">Show on GitHub</a>
</div>
</div>
</section>
@ -899,7 +899,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAlipayParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAlipayParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -942,7 +942,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAlipayParams.swift#L19-L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAlipayParams.swift#L19-L21">Show on GitHub</a>
</div>
</section>
</div>
@ -972,7 +972,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodAlipayParams.swift#L24-L26">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodAlipayParams.swift#L24-L26">Show on GitHub</a>
</div>
</section>
</div>
@ -985,7 +985,7 @@ There are currently no parameters to pass.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -866,7 +866,7 @@ There are currently no parameters to pass.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBLIKParams.swift#L15-L28">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBLIKParams.swift#L15-L28">Show on GitHub</a>
</div>
</div>
</section>
@ -900,7 +900,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBLIKParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBLIKParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -930,7 +930,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBLIKParams.swift#L20-L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBLIKParams.swift#L20-L22">Show on GitHub</a>
</div>
</section>
</div>
@ -960,7 +960,7 @@ There are currently no parameters to pass.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBLIKParams.swift#L25-L27">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBLIKParams.swift#L25-L27">Show on GitHub</a>
</div>
</section>
</div>
@ -973,7 +973,7 @@ There are currently no parameters to pass.</p>
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L13-L52">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L13-L52">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -928,7 +928,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -959,7 +959,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -990,7 +990,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L21">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L21">Show on GitHub</a>
</div>
</section>
</div>
@ -1032,7 +1032,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebit.swift#L38-L43">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebit.swift#L38-L43">Show on GitHub</a>
</div>
</section>
</div>
@ -1045,7 +1045,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L13-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L13-L33">Show on GitHub</a>
</div>
</div>
</section>
@ -898,7 +898,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -929,7 +929,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L17">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L17">Show on GitHub</a>
</div>
</section>
</div>
@ -960,7 +960,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L19">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L19">Show on GitHub</a>
</div>
</section>
</div>
@ -990,7 +990,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L22-L24">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L22-L24">Show on GitHub</a>
</div>
</section>
</div>
@ -1020,7 +1020,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBacsDebitParams.swift#L27-L32">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBacsDebitParams.swift#L27-L32">Show on GitHub</a>
</div>
</section>
</div>
@ -1033,7 +1033,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

View File

@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Stripe iOS SDKs 21.11.0
Stripe iOS SDKs 21.11.1
</a>
</p>
@ -864,7 +864,7 @@
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBancontact.swift#L13-L39">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBancontact.swift#L13-L39">Show on GitHub</a>
</div>
</div>
</section>
@ -897,7 +897,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBancontact.swift#L22">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBancontact.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@ -939,7 +939,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/stripe/stripe-ios/tree/21.11.0/Stripe/STPPaymentMethodBancontact.swift#L28-L33">Show on GitHub</a>
<a href="https://github.com/stripe/stripe-ios/tree/21.11.1/Stripe/STPPaymentMethodBancontact.swift#L28-L33">Show on GitHub</a>
</div>
</section>
</div>
@ -952,7 +952,7 @@
</article>
</div>
<section class="footer">
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-04)</p>
<p>&copy; 2022 <a class="link" href="https://stripe.com" target="_blank" rel="external noopener">Stripe</a>. All rights reserved. (Last updated: 2022-01-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>

Some files were not shown because too many files have changed in this diff Show More