ussd/models/token_transfer_response.go

6 lines
93 B
Go
Raw Permalink Normal View History

2024-11-14 17:36:30 +01:00
package models
type TokenTransferResponse struct {
TrackingId string `json:"trackingId"`
}