java.lang.Object
es.kukenan.smartfi.microservice.transfer.api.products.ProductDto
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProductDestinationDto, ProductOriginDto

public class ProductDto extends Object implements Serializable
This class is use to describe the contact of a Product object.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID identifier.
      See Also:
    • id

      private String id
      Skyline product identifier.
    • alias

      private String alias
      Product alias.
    • productNumber

      private ProductNumberDto productNumber
      Product number.
    • productType

      private IdNamePairDto productType
      Skyline product type.
    • productSubtype

      private IdNamePairDto productSubtype
      Skyline product subtype type.
    • postedBalance

      private AmountDto postedBalance
      Available balance to date.
    • balance

      private AmountDto balance
      Countable balance.
    • coreProductId

      private String coreProductId
      Core product identifier.
  • Constructor Details

    • ProductDto

      public ProductDto()