MessageType

public enum MessageType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case transactional = "TRANSACTIONAL"
  • Undocumented

    Declaration

    Swift

    case promotional = "PROMOTIONAL"
  • Declaration

    Swift

    public var description: String { get }