neq quotation definition + priced_at field
This commit is contained in:
14
api/proto/common/payment/v1/ledger.proto
Normal file
14
api/proto/common/payment/v1/ledger.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common.payment.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/common/payment/v1;paymentv1";
|
||||
|
||||
|
||||
message LedgerDetails {
|
||||
string id = 1;
|
||||
oneof source {
|
||||
string ledger_account_ref = 2;
|
||||
string account_code = 3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user