TokenizedCardExpressCheckout
Objective-C
@interface TokenizedCardExpressCheckout : PaymentProcess
Swift
class TokenizedCardExpressCheckout : PaymentProcess
An object containing parameter list for tokenized-card-payment process.
-
Undocumented
Declaration
Objective-C
@property(nonatomic) UIViewController * sender
Swift
var sender: UIViewController { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic) MerchantDetails *merchant
Swift
var merchant: MerchantDetails { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic) TransactionID transactionID
Swift
var transactionID: String { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic) NSURL * redirectURL
Swift
var redirectURL: URL { get set }
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;