Checkout Settings
-
Class to hold billing address of the customer.
See moreDeclaration
Swift
@objc public class OPPBillingAddress : NSObject, NSCopying
-
Builder class for costructing billing address object.
See moreDeclaration
Swift
@objc public class OPPBillingAddressBuilder : NSObject
-
An enumeration for the card brand detection appearance style
See moreDeclaration
Objective-C
enum OPPCheckoutBrandDetectionAppearanceStyle : NSInteger {}
Swift
enum OPPCheckoutBrandDetectionAppearanceStyle : Int, @unchecked Sendable
-
An enumeration for the possible ways of automatic card brand detection
See moreDeclaration
Objective-C
enum OPPCheckoutBrandDetectionType : NSInteger {}
Swift
enum OPPCheckoutBrandDetectionType : Int, @unchecked Sendable
-
An enumeration for the possible display modes of card brands on payment method selection screen.
See moreDeclaration
Objective-C
enum OPPCheckoutCardBrandsDisplayMode : NSInteger {}
Swift
enum OPPCheckoutCardBrandsDisplayMode : Int, @unchecked Sendable
-
Class which encapsulates settings for the built-in in-App payment page. Use this to customize both the visual elements of the payment pages as well as functionality. This includes changing colors and texts, defining payment methods.
See moreDeclaration
Objective-C
@interface OPPCheckoutSettings : NSObject
Swift
class OPPCheckoutSettings : NSObject
-
An enumeration for the possible modes to skip CVV check.
See moreDeclaration
Objective-C
enum OPPCheckoutSkipCVVMode : NSInteger {}
Swift
enum OPPCheckoutSkipCVVMode : Int, @unchecked Sendable
-
An enumeration for the possible store payment details modes.
See moreDeclaration
Objective-C
enum OPPCheckoutStorePaymentDetailsMode : NSInteger {}
Swift
enum OPPCheckoutStorePaymentDetailsMode : Int, @unchecked Sendable
-
An enumeration of possible options to proceed STC Pay payment.
See moreDeclaration
Swift
@objc public enum OPPCheckoutThemeStyle : Int
-
Class to encapsulate configuration for MBWAY payment method.
See moreDeclaration
Swift
@objc public final class OPPMBWayConfig : NSObject, NSCopying
-
Class which is used to apply security policy mode for the set of payment methods.
See moreDeclaration
Swift
@objc public final class OPPSecurityPolicy : NSObject
-
An enumeration for the possible modes of security policy.
See moreDeclaration
Swift
@objc public enum OPPSecurityPolicyMode : Int
-
This class represents a web-base solution wpwl configuration.
See moreDeclaration
Swift
@objc public final class OPPWpwlOptions : NSObject