Class ComplianceCheckIndividual

java.lang.Object
org.dcom.core.services.ComplianceCheckIndividual

public class ComplianceCheckIndividual extends Object
The programmatic implementation and helper serialisation/desieralisation methods of the settings required to represent an individual involved in the application for a compliance check.
  • Constructor Details

    • ComplianceCheckIndividual

      public ComplianceCheckIndividual(@JsonProperty("title") String _title, @JsonProperty("name") String _name, @JsonProperty("companyName") String _companyName, @JsonProperty("email") String _email, @JsonProperty("address") String _address, @JsonProperty("postcode") String _postcode, @JsonProperty("telephone") String _telephone, @JsonProperty("_ax") String _fax, @JsonProperty("mobile") String _mobile, @JsonProperty("position") String _position)
  • Method Details