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.
|
||||
|
||||
@@ -25,6 +25,7 @@ type LedgerTx struct {
|
||||
FromRail string
|
||||
ToRail string
|
||||
ExternalReferenceID string
|
||||
Operation string
|
||||
FXRateUsed string
|
||||
IdempotencyKey string
|
||||
CreatedAt time.Time
|
||||
|
||||
Reference in New Issue
Block a user