OPPAmazonPayConfig
@objc
public final class OPPAmazonPayConfig : OPPBrandConfig
Class to encapsulate all necessary brand configurations required for AmazonPay transaction.
-
An enumeration for the possible regions for AmazonPay.
See moreDeclaration
Swift
@objc public enum OPPAmazonPayRegion : Int
-
AmazonPay region object.
Declaration
Swift
@objc public let region: OPPAmazonPayRegion
-
Creates an object representing an AmazonPay brand configuration.
Declaration
Swift
@objc public init(region: OPPAmazonPayRegion)
-
Payment brand for the configuration object.
Declaration
Swift
public override var paymentBrand: OPPPaymentBrand { get }