PCPayFileFormat

public enum PCPayFileFormat : String, Codable, Equatable, CaseIterable

Format of the expected file

  • png

    Undocumented

    Declaration

    Swift

    case png = "png"
  • pdf

    Undocumented

    Declaration

    Swift

    case pdf = "pdf"