Files
rudder-go-sdk/models/batchadjustplayerwalletsitem.go

11 lines
300 B
Go

// Code generated by apigen. DO NOT EDIT.
package models
type BatchAdjustPlayerWalletsItem struct {
Amount int64 `json:"amount,omitempty"`
CurrencyCode string `json:"currencyCode,omitempty"`
PlayerID string `json:"playerId,omitempty"`
Reason string `json:"reason,omitempty"`
}