Installments

data class Installments(val plan: String?, val value: Int?) : ModelObject

Constructors

Link copied to clipboard
constructor(plan: String?, value: Int?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val plan: String?
Link copied to clipboard
val value: Int?

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)