periphery-models / ru.lifepay.periphery.models.fiscalregistrars.input / FCAdditionalAttribute

FCAdditionalAttribute

class FCAdditionalAttribute : PeripheryModelBase<FCAdditionalAttribute>, GSONConvertible<FCAdditionalAttribute>

Дополнительный атрибут команды фискального регистратора.

Parameters

name - Наименование.

value - Значение.

Constructors

<init>

FCAdditionalAttribute(name: String, value: String)

Дополнительный атрибут команды фискального регистратора.

Properties

name

var name: String

Наименование.

value

var value: String

Значение.

Inherited Properties

typeOf

open var typeOf: String

Тип объекта

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toJSON

fun toJSON(): String