Class AppointmentAndBankRequest
java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentAndBankRequest
Save appointment and bank request definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringAppointmentDto account holder.private StringAppointmentDto account number.private StringAppointmentDto account type.private intAppointmentDto Cccount Type identifier.private intAppointmentDto bank identifier.private LocalDateAppointmentDto date identifier.private intAppointmentDto hour identifier.private StringApplication type.private StringUser identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
product
Application type. -
userId
User identifier. -
accountNumber
AppointmentDto account number. -
accountHolder
AppointmentDto account holder. -
accountType
AppointmentDto account type. -
accountTypeId
private int accountTypeIdAppointmentDto Cccount Type identifier. -
bankId
private int bankIdAppointmentDto bank identifier. -
hourId
private int hourIdAppointmentDto hour identifier. -
date
AppointmentDto date identifier.
-
-
Constructor Details
-
AppointmentAndBankRequest
public AppointmentAndBankRequest()
-