2026-08-12 14:04:30 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type AdjustPlayerWalletRequest struct {
|
2026-08-13 08:47:14 +03:00
|
|
|
Amount int64 `json:"amount,omitempty"`
|
|
|
|
|
CurrencyCode string `json:"currencyCode,omitempty"`
|
|
|
|
|
IdempotencyKey string `json:"idempotencyKey,omitempty"`
|
|
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
|
|
|
Reason string `json:"reason,omitempty"`
|
2026-08-12 14:04:30 +03:00
|
|
|
}
|