pkg update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user