SCPConfirmConfiguration
Objective-C
@interface SCPConfirmConfiguration : NSObject <NSCopying>
Swift
class ConfirmConfiguration : NSObject, NSCopying
The ConfirmConfiguration contains configuration information relevant to confirming a payment
intent.
-
Apply a surcharge to a transaction
updatePaymentIntentmust be set to true for to surcharge on a payment methodDefaults to nil.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSNumber *amountSurcharge;Swift
var amountSurcharge: NSNumber? { get } -
Unavailable
Declaration
Objective-C
- (nonnull instancetype)init; -
Unavailable
Declaration
Objective-C
+ (nonnull instancetype)new;