OCPIPrice

@Serializable
data class OCPIPrice(val exclVat: Int? = null)

Constructors

Link copied to clipboard
constructor(exclVat: Int? = null)

Properties

Link copied to clipboard
val exclVat: Int? = null