5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 03:26:57 +00:00
matterbridge/vendor/github.com/SevereCloud/vksdk/v2/object/donut.go

10 lines
274 B
Go
Raw Normal View History

package object
// DonutDonatorSubscriptionInfo struct.
type DonutDonatorSubscriptionInfo struct {
OwnerID int `json:"owner_id"`
NextPaymentDate int `json:"next_payment_date"`
Amount int `json:"amount"`
Status string `json:"status"`
}