9 lines
260 B
Go
9 lines
260 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchAdjustPlayerWalletsRequest struct {
|
|
IdempotencyKey string `json:"idempotencyKey,omitempty"`
|
|
Items []BatchAdjustPlayerWalletsItem `json:"items,omitempty"`
|
|
}
|