apidocs / com.srv4pos.server.api.seller / SellerInfo

SellerInfo

class SellerInfo : SyncEntityInfo

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

SellerInfo()

Properties

address

var address: String?

city

var city: String?

corporateId

lateinit var corporateId: String

country

lateinit var country: String

currency

var currency: Currency?

custom

var custom: String?

description

var description: String?

identifier

val identifier: String

isPublicAccess

var isPublicAccess: Boolean

latitude

var latitude: Double?

longitude

var longitude: Double?

masterPassword

var masterPassword: String?

modified

var modified: Date?

name

var name: String?

paymentTypes

var paymentTypes: MutableSet<PaymentType>

phone

var phone: String?

protectedHeaders

var protectedHeaders: String?

version

var version: Int?

workHours

var workHours: String?

workHoursWeek

var workHoursWeek: Map<DayOfWeek, WorkHoursInfo>

zip

var zip: String?

Extension Functions

toJson

fun Info.toJson(): String