PostCode

class PostCode : EfaPoint

Constructors

PostCode
Link copied to clipboard
fun PostCode(name: String, reference: EfaReference? = null, stateless: String? = null, sort: Int? = null, quality: Int? = null, infos: String? = null, hasStaticInfo: Boolean = false)

Utility constructor to create a PostCode for requests

Properties

hasStaticInfo
Link copied to clipboard
val hasStaticInfo: Boolean = false

Whether the EFA server has static info on this point

infos
Link copied to clipboard
val infos: String? = null

The infos associated with this point

name
Link copied to clipboard
val name: String

The name of this point

quality
Link copied to clipboard
val quality: Int? = null

The request match quality of this point

ref
Link copied to clipboard
val ref: EfaReference? = null

The point reference of this point

sort
Link copied to clipboard
val sort: Int? = null

The sort index of this point

stateless
Link copied to clipboard
val stateless: String? = null

The stateless identifier of this point

type
Link copied to clipboard
var type: EfaPointVerification.Type? = null

The point verification type of this point

usage
Link copied to clipboard
var usage: EfaPointVerification.Usage? = null

The point verification usage of this point