Created Appointment creation flow.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AppointmentLoginResponse {
|
||||
|
||||
private String tokenId;
|
||||
private String areaCode;
|
||||
private Long companyId;
|
||||
private String codecFiscale;
|
||||
private String vatNumber;
|
||||
private String ndg;
|
||||
private String message;
|
||||
private String idVisura;
|
||||
}
|
||||
Reference in New Issue
Block a user