conversion stuff is now handled by the module
This commit is contained in:
@@ -54,8 +54,8 @@ pub struct PostAccountingTableDataRequest {
|
||||
#[prost(message, optional, tag = "1")]
|
||||
pub row: ::core::option::Option<PostTableDataRequest>,
|
||||
#[prost(message, optional, tag = "2")]
|
||||
pub exchange_rate_selection: ::core::option::Option<
|
||||
super::exchange_rates::ExchangeRateSelection,
|
||||
pub conversion_options: ::core::option::Option<
|
||||
super::common::CurrencyConversionOptions,
|
||||
>,
|
||||
}
|
||||
/// Insert response.
|
||||
@@ -187,8 +187,8 @@ pub struct PutAccountingTableDataRequest {
|
||||
#[prost(message, optional, tag = "1")]
|
||||
pub update: ::core::option::Option<PutTableDataRequest>,
|
||||
#[prost(message, optional, tag = "2")]
|
||||
pub exchange_rate_selection: ::core::option::Option<
|
||||
super::exchange_rates::ExchangeRateSelection,
|
||||
pub conversion_options: ::core::option::Option<
|
||||
super::common::CurrencyConversionOptions,
|
||||
>,
|
||||
#[prost(bool, tag = "3")]
|
||||
pub confirmed: bool,
|
||||
|
||||
Reference in New Issue
Block a user