java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.WalletMovement

public class WalletMovement extends Object
Wallet Movement definition.
  • Field Details

    • id

      private String id
      Movement identifier.
    • reference

      private String reference
      Movement reference.
    • movementAmount

      private Balance movementAmount
      amount.
    • totalAmount

      private Balance totalAmount
      amount.
    • type

      private GenericIdName type
      Movement type.
    • operationDate

      private String operationDate
      operation date.
    • aditionalInfo

      private String aditionalInfo
      additional info.
  • Constructor Details

    • WalletMovement

      public WalletMovement()