moving from one profile to another profile
This commit is contained in:
Binary file not shown.
@@ -40,8 +40,10 @@ pub struct PostJournalRequest {
|
||||
pub struct JournalLineInput {
|
||||
#[prost(enumeration = "JournalSide", tag = "1")]
|
||||
pub side: i32,
|
||||
#[prost(string, tag = "2")]
|
||||
pub account_code: ::prost::alloc::string::String,
|
||||
/// Parsed account path segments. The client owns presentation parsing; the
|
||||
/// server accepts no delimiter-encoded account string.
|
||||
#[prost(string, repeated, tag = "2")]
|
||||
pub account_segments: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
#[prost(string, tag = "3")]
|
||||
pub amount: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "4")]
|
||||
|
||||
Reference in New Issue
Block a user