OPPInstallmentPlanResponse

@objc
public final class OPPInstallmentPlanResponse : NSObject

This class represents the Installment plan response having list of plans.

  • installmentPlans: list of installment plans

    Declaration

    Swift

    @objc
    public let installmentPlans: [OPPInstallmentPlan]
  • installmentTxId: installment plan transaction id.

    Declaration

    Swift

    @objc
    public let installmentTxId: String
  • Creates an object representing OPPInstallmentPlanResponse.

    Declaration

    Swift

    @objc
    public init(installmentPlans: [OPPInstallmentPlan],
                installmentTxId: String)

    Parameters

    installmentPlans

    list of installment plans.

    installmentTxId

    installment plan transaction id.

    Return Value

    Returns an object representing OPPInstallmentPlanResponse.