+ ledger account ownerRef
This commit is contained in:
@@ -57,6 +57,7 @@ message LedgerAccount {
|
||||
google.protobuf.Timestamp created_at = 10;
|
||||
google.protobuf.Timestamp updated_at = 11;
|
||||
common.describable.v1.Describable describable = 12;
|
||||
string owner_ref = 13;
|
||||
}
|
||||
|
||||
// A single posting line (mirrors your PostingLine model)
|
||||
@@ -70,7 +71,7 @@ message PostingLine {
|
||||
|
||||
message CreateAccountRequest {
|
||||
string organization_ref = 1;
|
||||
string owner_ref = 2;
|
||||
string owner_ref = 2;
|
||||
string account_code = 3;
|
||||
AccountType account_type = 4;
|
||||
string currency = 5;
|
||||
|
||||
Reference in New Issue
Block a user