Package-level declarations

Types

Link copied to clipboard

Дополнительный атрибут транзакции платежного терминала.

Link copied to clipboard
enum PTEOperations : Enum<PTEOperations> , GSONConvertible<PTEOperations>

Типы операций.

Link copied to clipboard

Полный отчет по транзакциям за смену.

Link copied to clipboard

Краткий отчет по транзакциям за смену.

Link copied to clipboard
class PTTransaction @JvmOverloads constructor(var operation: PTEOperations, var merchantId: String? = null, var terminalId: String, var number: Int? = null, var amount: Long, var currencyCode: CurrencyCodes, var registeredAt: OffsetDateTime, var authorizationCode: String? = null, var referenceRetrievalNumber: String? = null, var emvApplicationIdentifier: String? = null, var emvApplicationLabel: String? = null, var cardNumber: String? = null, var cardholderName: String? = null, var cardExpiresAt: OffsetDateTime? = null, var cardHash: String? = null, var hostResponseCode: String? = null, var hostResponseMessage: String? = null, var printView: String? = null, var additionalAttributes: List<PTAdditionalAttribute>? = null) : PeripheryModelBase<PTTransaction> , GSONConvertible<PTTransaction>

Базовые поля банковской транзакции.