Pump

@JsonApi(type = "pump")
class Pump : Resource

Types

FuelingProcess
Link copied to clipboard
enum FuelingProcess : Enum<Pump.FuelingProcess>
Status
Link copied to clipboard
enum Status : Enum<Pump.Status>
VAT
Link copied to clipboard
class VAT

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getContext
Link copied to clipboard
open fun getContext(): Document
getDocument
Link copied to clipboard
open fun getDocument(): Document
getId
Link copied to clipboard
open fun getId(): String
getLinks
Link copied to clipboard
open fun getLinks(): JsonBuffer<Any>
getMeta
Link copied to clipboard
open fun getMeta(): JsonBuffer<Any>
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setContext
Link copied to clipboard
open fun setContext(p0: Document)
setDocument
Link copied to clipboard
open fun setDocument(p0: Document)
setId
Link copied to clipboard
open fun setId(p0: String)
setLinks
Link copied to clipboard
open fun setLinks(p0: JsonBuffer<Any>)
setMeta
Link copied to clipboard
open fun setMeta(p0: JsonBuffer<Any>)
setType
Link copied to clipboard
open fun setType(p0: String)
toString
Link copied to clipboard
open override fun toString(): String

Properties

currency
Link copied to clipboard
var currency: String? = null
fuelAmount
Link copied to clipboard
var fuelAmount: Double? = null
fuelingProcess
Link copied to clipboard
var fuelingProcess: Pump.FuelingProcess? = null
fuelType
Link copied to clipboard
var fuelType: String? = null
identifier
Link copied to clipboard
var identifier: String? = null
priceIncludingVAT
Link copied to clipboard
var priceIncludingVAT: Double? = null
pricePerUnit
Link copied to clipboard
var pricePerUnit: Double? = null
priceWithoutVAT
Link copied to clipboard
var priceWithoutVAT: Double? = null
productName
Link copied to clipboard
var productName: String? = null
status
Link copied to clipboard
var status: Pump.Status? = null
transaction
Link copied to clipboard
var transaction: Transaction? = null
transactionId
Link copied to clipboard
var transactionId: String? = null
vat
Link copied to clipboard
var vat: Pump.VAT? = null