forked from ebhomengo/niki
1
0
Fork 0
niki/param/benefactor/address/delete.go

11 lines
199 B
Go

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