SQIPInAppPaymentsSDK
@interface SQIPInAppPaymentsSDK : NSObject
Manages configuration of the Square In-App Payments SDK.
-
The Square application ID used to obtain a card nonce.
Warning
You must set a Square application ID before attempting any other SDK operation, or your app will crash.Declaration
Objective-C
@property (class, nonatomic, strong, nullable) NSString *squareApplicationID; -
trueif the device supports Apple Pay and the customer’s wallet contains a card supported by Square;falseotherwise.Declaration
Objective-C
@property (class, nonatomic, readonly) BOOL canUseApplePay;
SQIPInAppPaymentsSDK Class Reference