package benefactorkindboxparam
type KindBoxGetRequest struct {
BenefactorID uint
KindBoxID uint
}
type KindBoxGetResponse struct {
Data Data `json:"data"`
FieldErrors map[string]string `json:"field_errors,omitempty"`