Class ContractsDTO

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

public class ContractsDTO extends Object

The Class ContractsDTO

This model contains team details, such as team name, creditLimit, status, and documents.
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

    • ContractsDTO

      public ContractsDTO()