neq quotation definition + priced_at field
This commit is contained in:
16
api/proto/common/payment/v1/rba.proto
Normal file
16
api/proto/common/payment/v1/rba.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common.payment.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/common/payment/v1;paymentv1";
|
||||
|
||||
// -------------------------
|
||||
// Russian bank account details
|
||||
// -------------------------
|
||||
|
||||
message RussianBankDetails {
|
||||
string id = 1;
|
||||
string account_number = 2; // 20 digits
|
||||
string bik = 3; // 9 digits
|
||||
string account_holder_name = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user