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