Interface SupplementalDocument.Builder

  • Method Details

    • documentType

      SupplementalDocument.Builder documentType(String documentType)

      The type of supplemental document.

      Parameters:
      documentType - The type of supplemental document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • documentType

      The type of supplemental document.

      Parameters:
      documentType - The type of supplemental document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • documentId

      SupplementalDocument.Builder documentId(String documentId)

      The ID of the supplemental document.

      Parameters:
      documentId - The ID of the supplemental document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentUrl

      SupplementalDocument.Builder documentUrl(String documentUrl)

      The pre-signed URL to download invoice supplemental document.

      Parameters:
      documentUrl - The pre-signed URL to download invoice supplemental document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentUrlExpirationDate

      SupplementalDocument.Builder documentUrlExpirationDate(Instant documentUrlExpirationDate)

      The pre-signed URL expiration date of invoice supplemental document.

      Parameters:
      documentUrlExpirationDate - The pre-signed URL expiration date of invoice supplemental document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.