Class AddressDTO

java.lang.Object
com.dada.banking_project.dtos.AddressDTO

public class AddressDTO extends Object
  • Constructor Details

    • AddressDTO

      public AddressDTO(String city, String state, String street, Integer zipCode)
      Creates a new AddressDTO object with the specified city, state, street, and zip code.
      Parameters:
      city - the city where the address is located
      state - the state where the address is located
      street - the street where the address is located
      zipCode - the zip code of the address