@safetech/pcsdk - v1.1.7
    Preparing search index...

    Class PCTransaction

    PCSDK Transaction

    Index

    Properties

    appExtra: string | null
    autosignEnabled: boolean
    binaryData: Uint8Array<ArrayBuffer>
    binaryDataUrl: string | null
    cmsAuthenticatedAttributes: string | null
    confirmCodeLength: number
    extendedCheck: boolean
    mimeType: string | null
    snippetRenderType: string | null
    snippetText: string | null
    text: string
    textRenderType: string
    transactionId: string
    type: string

    Methods

    • Get additional data

      Returns string | null

      Any required additional data

    • Get short confirmation code length for offline mode

      Returns number

      short confirmation code length for offline mode

    • Get transaction's binary data type

      Returns string | null

      transaction's binary data type

    • Returns value of transaction snippet or null if it isn't set

      Returns string | null

      Transaction snippet

    • Indicates how snippet can be rendered. Maybe "raw", "markdown" or null if snippet is null

      Returns string | null

      Way of rendering for snippet

    • Returns downloaded binary data.

      Returns Uint8Array<ArrayBufferLike>

    • Get transaction's render type for transactions text

      Returns string

      transaction's text render type

    • Get PCSDK Transaction ID for the transaction

      Returns string

      Transaction ID for the transaction

    • Get transaction's text data

      Returns string

      transaction's text data

    • Get transaction's type.

      Returns string

      transaction's type

    • Checks whether there is binary data for the transaction

      Returns boolean

      Returns true if transaction has binary data (an attachment)

    • Check if autosign enabled

      Returns boolean

      True if transaction can be automatically signed

    • Check if Extended Authentication required to confirm transaction

      Returns boolean

      if Extended Authentication required to confirm transaction