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