Test yookassa callback
This commit is contained in:
@@ -1 +1,18 @@
|
||||
package orm
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Payout struct {
|
||||
gorm.Model
|
||||
|
||||
User User
|
||||
|
||||
Description string
|
||||
PayoutID string
|
||||
Type string
|
||||
AccountNumber string
|
||||
Amount float32
|
||||
Currency string
|
||||
Status string
|
||||
Test bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user