Package com.dzidzi.dto.partner
Class AddCourierRegistrationRequest
java.lang.Object
com.dzidzi.dto.partner.AddCourierRegistrationRequest
AddCourierRegistrationRequest represents the DTO request containing the objects used to create a new restaurant partner registration.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddCourierRegistrationRequest(String fullname, String email, String phone, PreferredContactMode contactMode, AddAddressRequest address) -
Method Summary
-
Constructor Details
-
AddCourierRegistrationRequest
public AddCourierRegistrationRequest() -
AddCourierRegistrationRequest
@ConstructorProperties({"fullname","email","phone","contactMode","address"}) public AddCourierRegistrationRequest(String fullname, String email, String phone, PreferredContactMode contactMode, AddAddressRequest address)
-
-
Method Details
-
builder
-
getFullname
-
getEmail
-
getPhone
-
getContactMode
-
getAddress
-