3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-02-17 14:01:09 +01:00

10 lines
274 B
Go
Raw Permalink 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"`
}