ussd/internal/models/vouchersresponse.go

7 lines
165 B
Go
Raw Normal View History

package models
// VoucherHolding represents a single voucher holding
type VoucherHolding struct {
Symbol string `json:"symbol"`
Address string `json:"address"`
}