Files
rudder-go-sdk/models/adjustplayerwalletrequest.go
T

12 lines
362 B
Go
Raw Normal View History

2026-08-12 14:04:30 +03:00
// Code generated by apigen. DO NOT EDIT.
package models
type AdjustPlayerWalletRequest struct {
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
}