You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/SevereCloud/vksdk/v2/object/donut.go

10 lines
274 B
Go

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"`
}