Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
type AdjustPlayerWalletRequest struct {
|
||||
Amount int64 `json:"amount,omitempty"`
|
||||
CurrencyCode string `json:"currencyCode,omitempty"`
|
||||
PlayerID string `json:"playerId,omitempty"`
|
||||
Reason string `json:"reason,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user