VatData

data class VatData(val code: Int?) : Parcelable

Data class representing the vat data.

Constructors

Link copied to clipboard
constructor(code: Int?)

Properties

Link copied to clipboard
val code: Int?

The code of the vat.

Functions

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