Merged Main OCLIB
This commit is contained in:
mr
2026-01-12 12:00:32 +01:00
8 changed files with 112 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import (
type PurchaseResource struct {
utils.AbstractObject
DestPeerID string
DestPeerID string `json:"dest_peer_id" bson:"dest_peer_id"`
PricedItem map[string]interface{} `json:"priced_item,omitempty" bson:"priced_item,omitempty" validate:"required"`
ExecutionsID string `json:"executions_id,omitempty" bson:"executions_id,omitempty" validate:"required"` // ExecutionsID is the ID of the executions
EndDate *time.Time `json:"end_buying_date,omitempty" bson:"end_buying_date,omitempty"`