OPPInstallmentFeeInfo
@objc
public final class OPPInstallmentFeeInfo : NSObject
This class represents the fee information.
-
type: type of fee
Declaration
Swift
@objc public let type: String -
ratePercentage: percentage rage
Declaration
Swift
@objc public let ratePercentage: String -
monthlyRatePercentage: monthly percentage rage
Declaration
Swift
@objc public let monthlyRatePercentage: String -
flatFee: flat fee
Declaration
Swift
@objc public let flatFee: String
-
Creates an object representing OPPInstallmentFeeInfo configuration.
Declaration
Swift
@objc public init(type: String, ratePercentage: String, monthlyRatePercentage: String, flatFee: String)Parameters
typetype eg: CONSUMER.
ratePercentagepercentage rate.
monthlyRatePercentagemonthly rate percentage.
flatFeeflat fee.
Return Value
Returns an object representing OPPInstallmentFeeInfo configuration.
OPPInstallmentFeeInfo Class Reference