PProgram
public class PProgram : Mappable
Program model
-
Program ID
Declaration
Swift
public var id: Int -
Name
Declaration
Swift
public var name: String? -
Enrollment code
Declaration
Swift
public var enrollment_code: String? -
Start date of enrollment
Declaration
Swift
public var enrollment_started_at: Date? -
Expiration date of enrollment
Declaration
Swift
public var enrollment_expired_at: Date? -
Price, as PPrice object
Declaration
Swift
public var price: PPrice? -
JSON Mapper
Declaration
Swift
required public init(map: Mapper) throws
PProgram Class Reference