We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see file of proto/ledgers/bank_receipt_service.proto
The text was updated successfully, but these errors were encountered:
message BankReceipt { string id = 1; string company_id = 2; string code = 3; string date = 4; string reference_no = 5; Debt debt = 6; string sales_id = 7; double amount = 8; string source = 9; string description = 10; BankAccount sender = 11; BankAccount receiver = 12; string created_at = 13; string created_by = 14; string updated_at = 15; string updated_by = 16; }
service BankReceiptService { rpc Create(BankReceipt) returns (BankReceipt) {} rpc View(Id) returns (BankReceipt) {} rpc Update(Id) returns (BankReceipt) {} rpc List(EmptyMessage) returns (stream BankReceipt) {} }
Sorry, something went wrong.
jacky-htg
No branches or pull requests
see file of proto/ledgers/bank_receipt_service.proto
The text was updated successfully, but these errors were encountered: