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"

undefined

case undefined = "UNDEFINED"