feat(address): add email field to address (#3682)

This commit is contained in:
Narayan Bhat
2024-02-22 16:18:27 +05:30
committed by GitHub
parent d000847b93
commit 863e380cf2
39 changed files with 112 additions and 5 deletions

View File

@ -1996,6 +1996,9 @@ pub struct Address {
pub address: Option<AddressDetails>,
pub phone: Option<PhoneDetails>,
#[schema(value_type = Option<String>)]
pub email: Option<Email>,
}
// used by customers also, could be moved outside