PCSDKModule Documentation

Enumeration Transaction​Type

public enum TransactionType: String, Decodable  

The type of the transaction

TransactionType TransactionType Decodable Decodable TransactionType->Decodable String String TransactionType->String

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"

sign​Document

case signDocument = "SIGN_DOCUMENT"

operation

case operation = "OPERATION"

with​Backend​Check

case withBackendCheck = "WITH_BACKEND_CHECK"

undefined

case undefined = "UNDEFINED"