package addressparam
type DeleteAddressRequest struct {
AddressID uint
BenefactorID uint
}
type DeleteAddressResponse struct {
FieldErrors map[string]string `json:"field_errors,omitempty"`