mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(address): add email field to address (#3682)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user