Files
rudder-go-sdk/models/getwallethistoryresponse.go
T

9 lines
209 B
Go
Raw Normal View History

// Code generated by apigen. DO NOT EDIT.
package models
type GetWalletHistoryResponse struct {
Entries []WalletAudit `json:"entries,omitempty"`
NextCursor string `json:"nextCursor,omitempty"`
}