package entityppigybank
type (
PiggyBankRequest struct {
ID uint
TypeId uint
CountRequested uint
CountAccepted uint
BenefactorID uint
Description string
}
)