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"
undefined
case undefined = "UNDEFINED"