ULActivity

data class ULActivity(val name: String? = null, val price: Int? = 0, val date: String? = null, val provider: String? = null) : Serializable

Class to represent an activity of a ULItineraryPort object.

Constructors

Link copied to clipboard
fun ULActivity(name: String? = null, price: Int? = 0, date: String? = null, provider: String? = null)

Init method to create a ULActivity object with the given parameters

Properties

Link copied to clipboard
val date: String? = null

Start date of the activity

Link copied to clipboard
val name: String? = null

Name of the activity

Link copied to clipboard
val price: Int? = 0

Price of the activity

Link copied to clipboard
val provider: String? = null

of the provider of the activity