neq quotation definition + priced_at field
This commit is contained in:
20
api/proto/payments/payment/v1/payment.proto
Normal file
20
api/proto/payments/payment/v1/payment.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package payments.payment.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/payments/payment/v1;paymentv1";
|
||||
|
||||
import "api/proto/payments/transfer/v1/transfer.proto";
|
||||
|
||||
|
||||
// -------------------------
|
||||
// External payment semantics
|
||||
// -------------------------
|
||||
message PaymentIntent {
|
||||
payments.transfer.v1.TransferIntent transfer = 1;
|
||||
|
||||
string payer_ref = 2;
|
||||
string payee_ref = 3;
|
||||
|
||||
string purpose = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user