Installments
public struct Installments : Encodable, Equatable
The model to create an installments instance.
-
Undocumented
See moreDeclaration
Swift
public enum Plan : String
-
Selected total months of the installments.
Declaration
Swift
public let totalMonths: Int
-
Selected plan
Declaration
Swift
public let plan: Plan
-
Creates a new
Installments
instance.Declaration
Swift
public init(totalMonths: Int, plan: Plan)
Parameters
totalMonths
Total month value of the installments.
plan
Selected plan.