OPPLastInstallment

@objc
public final class OPPLastInstallment : NSObject

This class represents the last installment information.

  • installmentFee: installment fee.

    Declaration

    Swift

    @objc
    public let installmentFee: String
  • amount: amount fee.

    Declaration

    Swift

    @objc
    public let amount: String
  • totalAmount: total amount.

    Declaration

    Swift

    @objc
    public let totalAmount: String
  • Creates an object representing OPPLastInstallment configuration.

    Declaration

    Swift

    @objc
    public init(installmentFee: String,
                amount: String,
                totalAmount: String)

    Parameters

    installmentFee

    installment fees.

    amount

    amount.

    totalAmount

    total amount.

    Return Value

    Returns an object representing OPPLastInstallment configuration.