OPPInstallmentTerm
@objc
public final class OPPInstallmentTerm : NSObject
This class represents the terms & condition details as per Installment plan.
-
url: url to navigate
Declaration
Swift
@objc public let url: String -
content: terms and condition.
Declaration
Swift
@objc public let content: String -
languageCode: language code specific to content.
Declaration
Swift
@objc public let languageCode: String -
version: version of the terms and conditions.
Declaration
Swift
@objc public let version: Int
-
Creates an object representing OPPInstallmentTerm configuration.
Declaration
Swift
@objc public init(url: String, content: String, languageCode: String, version: Int)Parameters
urlUrl to navigate.
contentterms & condition description.
languageCodelanguage code specific to content.
Return Value
Returns an object representing OPPInstallmentTerm configuration.
OPPInstallmentTerm Class Reference