Class DocumentsDTO

java.lang.Object
com.skava.account.orchestration.model.DocumentsDTO

public class DocumentsDTO extends Object

The Class DocumentsDTO

This model contains document details, such as name, type, content, and Contract id.
Author:
Infosys Equinox
  • Field Details

    • createdTime

      protected String createdTime
      The createdTime param. Refers to when the contract gets created. It holds the timestamp value.
    • updatedTime

      protected String updatedTime
      The updatedTime param. Refers to when the contract gets updated. It holds the timestamp value.
  • Constructor Details

    • DocumentsDTO

      public DocumentsDTO()