java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferScheduled

public class TransferScheduled extends Object
Transfer schedule definition.
  • Field Details

    • id

      private String id
      Transfer scheduled identifier.
    • orderer

      private Orderer orderer
      Transfer scheduled orderer.
    • beneficiary

      private Beneficiary beneficiary
      Transfer scheduled beneficiary.
    • amount

      private Balance amount
      Transfer scheduled amount.
    • reason

      private String reason
      Transfer scheduled reason.
    • transferMode

      private GenericIdName transferMode
      Transfer scheduled mode.
    • periodicity

      private GenericIdType periodicity
      Transfer scheduled periodicity.
    • status

      private GenericIdName status
      Transfer scheduled status.
    • creationDate

      private String creationDate
      Creation date.
    • firstExecutionDate

      private String firstExecutionDate
      first execution date.
    • nextExecutionDate

      private String nextExecutionDate
      Next execution date.
    • endExecutionDate

      private String endExecutionDate
      End execution date.
    • executionRule

      private String executionRule
      Execution rule.
  • Constructor Details

    • TransferScheduled

      public TransferScheduled()