12 lines
332 B
Go
12 lines
332 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type WalletDetails struct {
|
||
|
|
Balance int64 `json:"balance,omitempty"`
|
||
|
|
CurrencyCode string `json:"currencyCode,omitempty"`
|
||
|
|
ID string `json:"id,omitempty"`
|
||
|
|
PlayerID string `json:"playerId,omitempty"`
|
||
|
|
UpdatedAt string `json:"updatedAt,omitempty"`
|
||
|
|
}
|