Done ticket GEPAFINBE-18

This commit is contained in:
nisha
2024-09-20 17:17:04 +05:30
parent 500a3784fd
commit f32ad3c4a9
12 changed files with 287 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
package net.gepafin.tendermanagement.model.response;
import lombok.Data;
@Data
public class VatNumberResponseBean {
private Boolean valid;
private String validation;
private String companyName;
private String errorMessage;
}