Class ProductDestinationDto

java.lang.Object
es.kukenan.smartfi.microservice.transfer.api.products.ProductDto
es.kukenan.smartfi.microservice.transfer.api.products.ProductDestinationDto
All Implemented Interfaces:
Serializable

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

    • serialVersionUID

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

      private Boolean ownAccount
      Own account value.
    • beneficiaryName

      private String beneficiaryName
      beneficiary Name.
  • Constructor Details

    • ProductDestinationDto

      public ProductDestinationDto()