java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.core.common.Beneficiary

public class Beneficiary extends Object
Core beneficiary DTO.
  • Field Details

    • toAccount

      private TransferAccount toAccount
      Beneficiary account info.
    • legalDocument

      private LegalDocument legalDocument
      Beneficiary legal document.
    • description

      private String description
      Beneficiary description.
    • email

      private String email
      Email.
    • address

      private String address
      Address.
    • city

      private String city
      City.
    • personType

      private String personType
      Person type.
    • entity

      private Entity entity
      Entity.
  • Constructor Details

    • Beneficiary

      public Beneficiary()