Enumeration
TransactionType
public enum TransactionType: String, Decodable
The type of the transaction
Relationships
Conforms To
Decodable
String
Initializers
init(from:)
public init(from decoder: Decoder) throws
Enumeration Cases
csr
case csr = "CSR"
cms
case cms = "CMS"
pdf
case pdf = "PDF"
login
case login = "LOGIN"
payment
case payment = "PAYMENT"
signDocument
case signDocument = "SIGN_DOCUMENT"
operation
case operation = "OPERATION"
withBackendCheck
case withBackendCheck = "WITH_BACKEND_CHECK"
undefined
case undefined = "UNDEFINED"