outbox for gateways
This commit is contained in:
11
api/payments/storage/model/dpolicy.go
Normal file
11
api/payments/storage/model/dpolicy.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import moneyv1 "github.com/tech/sendico/pkg/proto/common/money/v1"
|
||||
|
||||
// DepositCheckPolicy defines how an external deposit satisfies pre-funding.
|
||||
type DepositCheckPolicy struct {
|
||||
WalletRef string
|
||||
ExpectedAmount *moneyv1.Money
|
||||
MinConfirmations uint32
|
||||
TimeoutSeconds int64
|
||||
}
|
||||
Reference in New Issue
Block a user