From 47e4800134c88c58aa9b70e98b50d9403cf0cc61 Mon Sep 17 00:00:00 2001
From: Brian Dorfman
Date: Tue, 4 Oct 2016 11:26:03 -0700
Subject: [PATCH] Update docs
---
docs/docs/Categories.html | 5 +-
.../UINavigationBar(Stripe_Theme).html | 5 +-
docs/docs/Classes.html | 53 +-
docs/docs/Classes/STPAPIClient.html | 15 +-
.../Classes/STPAddCardViewController.html | 9 +-
docs/docs/Classes/STPAddress.html | 5 +-
docs/docs/Classes/STPBankAccount.html | 5 +-
docs/docs/Classes/STPBankAccountParams.html | 5 +-
docs/docs/Classes/STPCard.html | 11 +-
docs/docs/Classes/STPCardParams.html | 7 +-
docs/docs/Classes/STPCardValidator.html | 27 +-
docs/docs/Classes/STPCustomer.html | 5 +-
.../docs/Classes/STPCustomerDeserializer.html | 11 +-
docs/docs/Classes/STPImageLibrary.html | 27 +-
.../STPPaymentActivityIndicatorView.html | 7 +-
.../docs/Classes/STPPaymentCardTextField.html | 25 +-
.../docs/Classes/STPPaymentConfiguration.html | 493 ++++++++++++++++++
docs/docs/Classes/STPPaymentContext.html | 27 +-
.../STPPaymentMethodsViewController.html | 9 +-
docs/docs/Classes/STPPaymentResult.html | 5 +-
docs/docs/Classes/STPTheme.html | 84 ++-
docs/docs/Classes/STPToken.html | 7 +-
docs/docs/Classes/STPUserInformation.html | 5 +-
docs/docs/Classes/Stripe.html | 7 +-
docs/docs/Constants.html | 5 +-
docs/docs/Enums.html | 5 +-
docs/docs/Enums/STPBillingAddressFields.html | 11 +-
docs/docs/Enums/STPPaymentMethodType.html | 5 +-
docs/docs/Enums/STPPaymentStatus.html | 11 +-
docs/docs/Protocols.html | 11 +-
.../STPAddCardViewControllerDelegate.html | 17 +-
docs/docs/Protocols/STPBackendAPIAdapter.html | 35 +-
docs/docs/Protocols/STPFormEncodable.html | 9 +-
.../STPPaymentCardTextFieldDelegate.html | 19 +-
.../Protocols/STPPaymentContextDelegate.html | 33 +-
docs/docs/Protocols/STPPaymentMethod.html | 5 +-
...PPaymentMethodsViewControllerDelegate.html | 11 +-
docs/docs/Protocols/STPSource.html | 5 +-
docs/docs/Type Definitions.html | 13 +-
.../Resources/Documents/Categories.html | 5 +-
.../UINavigationBar(Stripe_Theme).html | 5 +-
.../Contents/Resources/Documents/Classes.html | 53 +-
.../Documents/Classes/STPAPIClient.html | 15 +-
.../Classes/STPAddCardViewController.html | 9 +-
.../Documents/Classes/STPAddress.html | 5 +-
.../Documents/Classes/STPBankAccount.html | 5 +-
.../Classes/STPBankAccountParams.html | 5 +-
.../Resources/Documents/Classes/STPCard.html | 11 +-
.../Documents/Classes/STPCardParams.html | 7 +-
.../Documents/Classes/STPCardValidator.html | 27 +-
.../Documents/Classes/STPCustomer.html | 5 +-
.../Classes/STPCustomerDeserializer.html | 11 +-
.../Documents/Classes/STPImageLibrary.html | 27 +-
.../STPPaymentActivityIndicatorView.html | 7 +-
.../Classes/STPPaymentCardTextField.html | 25 +-
.../Classes/STPPaymentConfiguration.html | 493 ++++++++++++++++++
.../Documents/Classes/STPPaymentContext.html | 27 +-
.../STPPaymentMethodsViewController.html | 9 +-
.../Documents/Classes/STPPaymentResult.html | 5 +-
.../Resources/Documents/Classes/STPTheme.html | 84 ++-
.../Resources/Documents/Classes/STPToken.html | 7 +-
.../Documents/Classes/STPUserInformation.html | 5 +-
.../Resources/Documents/Classes/Stripe.html | 7 +-
.../Resources/Documents/Constants.html | 5 +-
.../Contents/Resources/Documents/Enums.html | 5 +-
.../Enums/STPBillingAddressFields.html | 11 +-
.../Documents/Enums/STPPaymentMethodType.html | 5 +-
.../Documents/Enums/STPPaymentStatus.html | 11 +-
.../Resources/Documents/Protocols.html | 11 +-
.../STPAddCardViewControllerDelegate.html | 17 +-
.../Protocols/STPBackendAPIAdapter.html | 35 +-
.../Documents/Protocols/STPFormEncodable.html | 9 +-
.../STPPaymentCardTextFieldDelegate.html | 19 +-
.../Protocols/STPPaymentContextDelegate.html | 33 +-
.../Documents/Protocols/STPPaymentMethod.html | 5 +-
...PPaymentMethodsViewControllerDelegate.html | 11 +-
.../Documents/Protocols/STPSource.html | 5 +-
.../Resources/Documents/Type Definitions.html | 13 +-
.../Contents/Resources/Documents/index.html | 11 +-
.../Resources/Documents/undocumented.json | 2 +-
.../Contents/Resources/docSet.dsidx | Bin 77824 -> 77824 bytes
docs/docs/docsets/Stripe.tgz | Bin 124578 -> 129917 bytes
docs/docs/index.html | 11 +-
docs/docs/undocumented.json | 2 +-
84 files changed, 1828 insertions(+), 306 deletions(-)
create mode 100644 docs/docs/Classes/STPPaymentConfiguration.html
create mode 100644 docs/docs/docsets/Stripe.docset/Contents/Resources/Documents/Classes/STPPaymentConfiguration.html
diff --git a/docs/docs/Categories.html b/docs/docs/Categories.html
index bbb9f464dfd..448272851b3 100644
--- a/docs/docs/Categories.html
+++ b/docs/docs/Categories.html
@@ -93,6 +93,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -251,7 +254,7 @@ Declaration
+
+
+
+
+
+
+
+
+ Stripe Reference
+
+ STPPaymentConfiguration Class Reference
+
+
+
+
+
+
+
+
+
+
+
STPPaymentConfiguration
+
+
+
@interface STPPaymentConfiguration : NSObject < NSCopying >
+
+
+
+
An STPPaymentConfiguration
represents all the options you can set or change
+around a payment.
+
+
You provide an STPPaymentConfiguration
object to your STPPaymentContext
+when making a charge. The configuration generally has settings that
+will not change from payment to payment and thus is reusable, while the context
+is specific to a single particular payment instance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is a convenience singleton configuration that uses the default values
+for every property
+
+
+
+
Declaration
+
+
Objective-C
+
+ ( nonnull instancetype ) sharedConfiguration ;
+
+
+
+
Swift
+
class func shared () -> Self
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( readwrite , copy , nonatomic ) NSString * _Nonnull publishableKey ;
+
+
+
+
Swift
+
var publishableKey : String { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
An enum value representing which payment methods you will accept from your user in addition to credit cards. Unless you have a very specific reason not to, you should leave this at the default, STPPaymentMethodTypeAll
.
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( assign , readwrite , nonatomic )
+ STPPaymentMethodType additionalPaymentMethods ;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The billing address fields the user must fill out when prompted for their payment details. These fields will all be present on the returned token from Stripe. See https://stripe.com/docs/api#create_card_token for more information.
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( assign , readwrite , nonatomic )
+ STPBillingAddressFields requiredBillingAddressFields ;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The name of your company, for displaying to the user during payment flows. For example, when using Apple Pay, the payment sheet’s final line item will read PAY {companyName} . This defaults to the name of your iOS application.
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( readwrite , copy , nonatomic ) NSString * _Nonnull companyName ;
+
+
+
+
Swift
+
var companyName : String { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The Apple Merchant Identifier to use during Apple Pay transactions. To create one of these, see our guide at https://stripe.com/docs/mobile/apple-pay . You must set this to a valid identifier in order to automatically enable Apple Pay.
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( readwrite , copy , nonatomic , nullable )
+ NSString * appleMerchantIdentifier ;
+
+
+
+
Swift
+
var appleMerchantIdentifier : String ? { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
When entering their payment information, users who have a saved card with Stripe will be prompted to autofill it by entering an SMS code. Set this property to YES
to disable this feature. The user won’t receive an SMS code even if they have their payment information stored with Stripe, and won’t be prompted to save it if they don’t.
+
+
+
+
Declaration
+
+
Objective-C
+
@property ( assign , readwrite , nonatomic ) BOOL smsAutofillDisabled ;
+
+
+
+
Swift
+
var smsAutofillDisabled : Bool { get set }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docs/Categories/UINavigationBar(Stripe_Theme).html b/docs/docs/Categories/UINavigationBar(Stripe_Theme).html
index 94e394c3a8d..bd6d218b15d 100644
--- a/docs/docs/Categories/UINavigationBar(Stripe_Theme).html
+++ b/docs/docs/Categories/UINavigationBar(Stripe_Theme).html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -277,7 +280,7 @@
Parameters
diff --git a/docs/docs/Classes.html b/docs/docs/Classes.html
index f67dc10aef2..c1ba8e53bc0 100644
--- a/docs/docs/Classes.html
+++ b/docs/docs/Classes.html
@@ -93,6 +93,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -809,6 +812,52 @@
Declaration
+
+
+
+
+
+
+
+
+
+
An STPPaymentConfiguration
represents all the options you can set or change
+around a payment.
+
+
You provide an STPPaymentConfiguration
object to your STPPaymentContext
+when making a charge. The configuration generally has settings that
+will not change from payment to payment and thus is reusable, while the context
+is specific to a single particular payment instance.
+
+
See more
+
+
+
Declaration
+
+
Objective-C
+
@interface STPPaymentConfiguration : NSObject < NSCopying >
+
+
+
+
Swift
+
class STPPaymentConfiguration : NSObject , NSCopying
+
+
+
+
+
+
+
+
+
@@ -966,7 +1015,7 @@ Declaration
@@ -1059,7 +1108,7 @@
Declaration
diff --git a/docs/docs/Classes/STPAPIClient.html b/docs/docs/Classes/STPAPIClient.html
index 6a5e3e559f2..51820c53b19 100644
--- a/docs/docs/Classes/STPAPIClient.html
+++ b/docs/docs/Classes/STPAPIClient.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -244,7 +247,7 @@
Declaration
Swift
-
class func sharedClient () -> Self
+
class func shared () -> Self
@@ -318,12 +321,12 @@
Declaration
Objective-C
@property ( readwrite , copy , nonatomic )
- STPPaymentConfiguration * _Nonnull configuration ;
+
STPPaymentConfiguration * _Nonnull configuration ;
Swift
-
@NSCopying var configuration : STPPaymentConfiguration { get set }
+
@NSCopying var configuration : STPPaymentConfiguration { get set }
@@ -446,7 +449,7 @@
Declaration
@@ -526,7 +529,7 @@
Declaration
@@ -577,7 +580,7 @@
Parameters
diff --git a/docs/docs/Classes/STPAddCardViewController.html b/docs/docs/Classes/STPAddCardViewController.html
index 673563caa79..95330fe73c1 100644
--- a/docs/docs/Classes/STPAddCardViewController.html
+++ b/docs/docs/Classes/STPAddCardViewController.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -275,13 +278,13 @@
Declaration
Objective-C
- ( nonnull instancetype ) initWithConfiguration :
- ( nonnull STPPaymentConfiguration * ) configuration
+ ( nonnull STPPaymentConfiguration * ) configuration
theme :( nonnull STPTheme * ) theme ;
@@ -440,7 +443,7 @@
Declaration
diff --git a/docs/docs/Classes/STPAddress.html b/docs/docs/Classes/STPAddress.html
index e7fbe1e34a0..024b2e95357 100644
--- a/docs/docs/Classes/STPAddress.html
+++ b/docs/docs/Classes/STPAddress.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -542,7 +545,7 @@
Declaration
diff --git a/docs/docs/Classes/STPBankAccount.html b/docs/docs/Classes/STPBankAccount.html
index 5cd44fe29ea..f2dd67d881c 100644
--- a/docs/docs/Classes/STPBankAccount.html
+++ b/docs/docs/Classes/STPBankAccount.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -645,7 +648,7 @@
Declaration
diff --git a/docs/docs/Classes/STPBankAccountParams.html b/docs/docs/Classes/STPBankAccountParams.html
index bfbc8786e83..657a87923d0 100644
--- a/docs/docs/Classes/STPBankAccountParams.html
+++ b/docs/docs/Classes/STPBankAccountParams.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -474,7 +477,7 @@
Declaration
diff --git a/docs/docs/Classes/STPCard.html b/docs/docs/Classes/STPCard.html
index 6a09b457ca2..3467346c3e6 100644
--- a/docs/docs/Classes/STPCard.html
+++ b/docs/docs/Classes/STPCard.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -250,7 +253,7 @@
Declaration
Swift
-
init ( ID cardID : String , brand : STPCardBrand , last4 : String , expMonth : UInt , expYear : UInt , funding : STPCardFundingType )
+
init ( id cardID : String , brand : STPCardBrand , last4 : String , expMonth : UInt , expYear : UInt , funding : STPCardFundingType )
@@ -375,7 +378,7 @@
Declaration
Swift
-
class func brandFromString ( string : String ) -> STPCardBrand
+
class func brand ( from string : String ) -> STPCardBrand
@@ -435,7 +438,7 @@
Declaration
@@ -966,7 +969,7 @@
Declaration
diff --git a/docs/docs/Classes/STPCardParams.html b/docs/docs/Classes/STPCardParams.html
index ee3b29991bb..9cb1f381c76 100644
--- a/docs/docs/Classes/STPCardParams.html
+++ b/docs/docs/Classes/STPCardParams.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -493,7 +496,7 @@
Declaration
Swift
-
func validateNumber ( ioValue : AutoreleasingUnsafeMutablePointer
+
func validateNumber ( _ ioValue : AutoreleasingUnsafeMutablePointer
@@ -588,7 +591,7 @@
Return Value
diff --git a/docs/docs/Classes/STPCardValidator.html b/docs/docs/Classes/STPCardValidator.html
index bd76f17ddc1..7fdf5183590 100644
--- a/docs/docs/Classes/STPCardValidator.html
+++ b/docs/docs/Classes/STPCardValidator.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -245,7 +248,7 @@
Declaration
Swift
-
class func sanitizedNumericStringForString ( string : String ) -> String
+
class func sanitizedNumericString ( for string : String ) -> String
@@ -280,7 +283,7 @@
Declaration
Swift
-
class func stringIsNumeric ( string : String ) -> Bool
+
class func stringIsNumeric ( _ string : String ) -> Bool
@@ -317,7 +320,7 @@
Declaration
Swift
-
class func validationStateForNumber ( cardNumber : String , validatingCardBrand : Bool ) -> STPCardValidationState
+
class func validationState ( forNumber cardNumber : String , validatingCardBrand : Bool ) -> STPCardValidationState
@@ -394,7 +397,7 @@
Declaration
Swift
-
class func brandForNumber ( cardNumber : String ) -> STPCardBrand
+
class func brand ( forNumber cardNumber : String ) -> STPCardBrand
@@ -460,7 +463,7 @@
Declaration
@@ -495,7 +498,7 @@
Declaration
Swift
-
class func fragmentLengthForCardBrand ( brand : STPCardBrand ) -> Int
+
class func fragmentLength ( for brand : STPCardBrand ) -> Int
@@ -531,7 +534,7 @@
Declaration
@@ -597,7 +600,7 @@
Declaration
Swift
-
class func validationStateForExpirationYear ( expirationYear : String , inMonth expirationMonth : String ) -> STPCardValidationState
+
class func validationState ( forExpirationYear expirationYear : String , inMonth expirationMonth : String ) -> STPCardValidationState
@@ -674,7 +677,7 @@
Declaration
Swift
-
class func maxCVCLengthForCardBrand ( brand : STPCardBrand ) -> UInt
+
class func maxCVCLength ( for brand : STPCardBrand ) -> UInt
@@ -710,7 +713,7 @@
Declaration
@@ -791,7 +794,7 @@
Declaration
@@ -834,7 +837,7 @@
Return Value
diff --git a/docs/docs/Classes/STPCustomer.html b/docs/docs/Classes/STPCustomer.html
index 8d27d965d07..079d1314d04 100644
--- a/docs/docs/Classes/STPCustomer.html
+++ b/docs/docs/Classes/STPCustomer.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -421,7 +424,7 @@
Declaration
diff --git a/docs/docs/Classes/STPCustomerDeserializer.html b/docs/docs/Classes/STPCustomerDeserializer.html
index a0cab766543..bb84f6ec2af 100644
--- a/docs/docs/Classes/STPCustomerDeserializer.html
+++ b/docs/docs/Classes/STPCustomerDeserializer.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -246,7 +249,7 @@
Declaration
Swift
-
init ( data : NSData ?, urlResponse : NSURLResponse ?, error : NSError ?)
+
init ( data : Data ?, urlResponse : URLResponse ?, error : Error ?)
@@ -327,7 +330,7 @@
Declaration
Swift
-
init ( JSONResponse json : AnyObject )
+
init ( jsonResponse json : Any )
@@ -417,7 +420,7 @@
Declaration
Swift
-
var error : NSError ? { get }
+
var error : Error ? { get }
@@ -435,7 +438,7 @@
Declaration
diff --git a/docs/docs/Classes/STPImageLibrary.html b/docs/docs/Classes/STPImageLibrary.html
index df60a30ec0f..289087cfbab 100644
--- a/docs/docs/Classes/STPImageLibrary.html
+++ b/docs/docs/Classes/STPImageLibrary.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -244,7 +247,7 @@
Declaration
Swift
-
class func applePayCardImage () -> AnyObject !
+
class func applePayCardImage () -> Any !
@@ -279,7 +282,7 @@
Declaration
Swift
-
class func amexCardImage () -> AnyObject !
+
class func amexCardImage () -> Any !
@@ -314,7 +317,7 @@
Declaration
Swift
-
class func dinersClubCardImage () -> AnyObject !
+
class func dinersClubCardImage () -> Any !
@@ -349,7 +352,7 @@
Declaration
Swift
-
class func discoverCardImage () -> AnyObject !
+
class func discoverCardImage () -> Any !
@@ -384,7 +387,7 @@
Declaration
Swift
-
class func jcbCardImage () -> AnyObject !
+
class func jcbCardImage () -> Any !
@@ -419,7 +422,7 @@
Declaration
Swift
-
class func masterCardCardImage () -> AnyObject !
+
class func masterCardCardImage () -> Any !
@@ -454,7 +457,7 @@
Declaration
Swift
-
class func visaCardImage () -> AnyObject !
+
class func visaCardImage () -> Any !
@@ -489,7 +492,7 @@
Declaration
Swift
-
class func unknownCardCardImage () -> AnyObject !
+
class func unknownCardCardImage () -> Any !
@@ -524,7 +527,7 @@
Declaration
Swift
-
class func brandImageForCardBrand ( brand : STPCardBrand ) -> AnyObject !
+
class func brandImage ( for brand : STPCardBrand ) -> Any !
@@ -560,7 +563,7 @@
Declaration
Swift
-
class func templatedBrandImageForCardBrand ( brand : STPCardBrand ) -> AnyObject !
+
class func templatedBrandImage ( for brand : STPCardBrand ) -> Any !
@@ -595,7 +598,7 @@
Declaration
Swift
-
class func cvcImageForCardBrand ( brand : STPCardBrand ) -> AnyObject !
+
class func cvcImage ( for brand : STPCardBrand ) -> Any !
@@ -613,7 +616,7 @@
Declaration
diff --git a/docs/docs/Classes/STPPaymentActivityIndicatorView.html b/docs/docs/Classes/STPPaymentActivityIndicatorView.html
index d9ddc8bc63b..f3edd70d8e7 100644
--- a/docs/docs/Classes/STPPaymentActivityIndicatorView.html
+++ b/docs/docs/Classes/STPPaymentActivityIndicatorView.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -244,7 +247,7 @@
Declaration
Swift
-
func setAnimating ( animating : AnyObject ! , animated : AnyObject ! )
+
func setAnimating ( _ animating : Any ! , animated : Any ! )
@@ -332,7 +335,7 @@
Declaration
diff --git a/docs/docs/Classes/STPPaymentCardTextField.html b/docs/docs/Classes/STPPaymentCardTextField.html
index 200665798cf..4c2e4ccb2db 100644
--- a/docs/docs/Classes/STPPaymentCardTextField.html
+++ b/docs/docs/Classes/STPPaymentCardTextField.html
@@ -94,6 +94,9 @@
STPPaymentCardTextField
+
+ STPPaymentConfiguration
+
STPPaymentContext
@@ -243,8 +246,8 @@
STPPaymentCardTextField
Declaration
@@ -870,7 +873,7 @@
Declaration
Swift
-
class func cvcImageForCardBrand ( cardBrand : STPCardBrand ) -> AnyObject !
+
class func cvcImage ( for cardBrand : STPCardBrand ) -> Any !
@@ -933,7 +936,7 @@
Declaration
Swift
-
class func brandImageForCardBrand ( cardBrand : STPCardBrand ) -> AnyObject !
+
class func brandImage ( for cardBrand : STPCardBrand ) -> Any !
@@ -995,7 +998,7 @@
Declaration
Swift
-
func brandImageRectForBounds ( bounds : CGRect ) -> CGRect
+
func brandImageRect ( forBounds bounds : CGRect ) -> CGRect
@@ -1057,7 +1060,7 @@
Declaration
Swift
-
func fieldsRectForBounds ( bounds : CGRect ) -> CGRect
+
func fieldsRect ( forBounds bounds : CGRect ) -> CGRect
@@ -1119,7 +1122,7 @@
Declaration
Swift
-
func numberFieldRectForBounds ( bounds : CGRect ) -> CGRect
+
func numberRect ( forBounds bounds : CGRect ) -> CGRect
@@ -1181,7 +1184,7 @@
Declaration
Swift
-
func cvcFieldRectForBounds ( bounds : CGRect ) -> CGRect
+
func cvcFieldRect ( forBounds bounds : CGRect ) -> CGRect
@@ -1243,7 +1246,7 @@
Declaration
Swift
-
func expirationFieldRectForBounds ( bounds : CGRect ) -> CGRect
+
func expirationFieldRect ( forBounds bounds : CGRect ) -> CGRect
@@ -1339,7 +1342,7 @@
Declaration
Swift
-
var enabled : Bool { get set }
+
var isEnabled : Bool { get set }
@@ -1605,7 +1608,7 @@
Declaration
diff --git a/docs/docs/Classes/STPPaymentConfiguration.html b/docs/docs/Classes/STPPaymentConfiguration.html
new file mode 100644
index 00000000000..b62139b0f8e
--- /dev/null
+++ b/docs/docs/Classes/STPPaymentConfiguration.html
@@ -0,0 +1,493 @@
+
+
+
+
STPPaymentConfiguration Class Reference
+
+
+
+
+
+
+
+
+
+