PaymentTerms

public struct PaymentTerms : Codable, Equatable

The document’s payment duration or durations.

  • The confidence level in the identification of the payment term.

    See more

    Declaration

    Swift

    public enum ConfidenceLevel : String
  • The confidence level in the identification of the payment term.

    Declaration

    Swift

    public var confidenceLevel: String?
  • The payment term (duration).

    Declaration

    Swift

    public var text: String?
  • The normalized form of the payment term, which is listed as a string. This element is optional; it is returned only if normalized text exists.

    Declaration

    Swift

    public var textNormalized: String?
  • The details of the normalized text, if applicable. This element is optional; it is returned only if normalized text exists.

    Declaration

    Swift

    public var interpretation: Interpretation?
  • Hashed values that you can send to IBM to provide feedback or receive support.

    Declaration

    Swift

    public var provenanceIDs: [String]?
  • The numeric location of the identified element in the document, represented with two integers labeled begin and end.

    Declaration

    Swift

    public var location: Location?