Other Enumerations
The following enumerations are available globally.
-
An enumeration for the ApplePay contact types
See moreDeclaration
Objective-C
enum OPPCheckoutApplePayContactType : NSInteger {}
Swift
struct OPPCheckoutApplePayContactType : OptionSet, @unchecked Sendable
-
Enumeration of possible statuses of YooKassa payment.
See moreDeclaration
Objective-C
enum OPPYooKassaStatus : NSInteger {}
Swift
enum OPPYooKassaStatus : Int, @unchecked Sendable