pkg update

This commit is contained in:
Stephan D
2026-01-30 16:07:28 +01:00
parent 51f5b0804a
commit 809370bda8
13 changed files with 389 additions and 30 deletions

View File

@@ -3,6 +3,7 @@ package rail
import (
"context"
"github.com/tech/sendico/pkg/model"
paymenttypes "github.com/tech/sendico/pkg/payments/types"
)
@@ -49,6 +50,8 @@ type TransferRequest struct {
Metadata map[string]string
ClientReference string
DestinationMemo string
FromRole model.AccountRole
ToRole model.AccountRole
}
// BlockRequest defines the inputs for reserving value through a rail gateway.