Added ownership reference + wallet creation methods
This commit is contained in:
@@ -70,14 +70,15 @@ message PostingLine {
|
||||
|
||||
message CreateAccountRequest {
|
||||
string organization_ref = 1;
|
||||
string account_code = 2;
|
||||
AccountType account_type = 3;
|
||||
string currency = 4;
|
||||
AccountStatus status = 5;
|
||||
bool allow_negative = 6;
|
||||
bool is_settlement = 7;
|
||||
map<string, string> metadata = 8;
|
||||
common.describable.v1.Describable describable = 9;
|
||||
string owner_ref = 2;
|
||||
string account_code = 3;
|
||||
AccountType account_type = 4;
|
||||
string currency = 5;
|
||||
AccountStatus status = 6;
|
||||
bool allow_negative = 7;
|
||||
bool is_settlement = 8;
|
||||
map<string, string> metadata = 9;
|
||||
common.describable.v1.Describable describable = 10;
|
||||
}
|
||||
|
||||
message CreateAccountResponse {
|
||||
|
||||
Reference in New Issue
Block a user