conversions5
This commit is contained in:
@@ -55,7 +55,7 @@ pub struct PostAccountingTableDataRequest {
|
||||
pub row: ::core::option::Option<PostTableDataRequest>,
|
||||
#[prost(message, optional, tag = "2")]
|
||||
pub exchange_rate_selection: ::core::option::Option<
|
||||
super::ecb::ExchangeRateSelection,
|
||||
super::exchange_rates::ExchangeRateSelection,
|
||||
>,
|
||||
}
|
||||
/// Insert response.
|
||||
@@ -173,7 +173,7 @@ pub struct PutAccountingTableDataRequest {
|
||||
pub update: ::core::option::Option<PutTableDataRequest>,
|
||||
#[prost(message, optional, tag = "2")]
|
||||
pub exchange_rate_selection: ::core::option::Option<
|
||||
super::ecb::ExchangeRateSelection,
|
||||
super::exchange_rates::ExchangeRateSelection,
|
||||
>,
|
||||
#[prost(bool, tag = "3")]
|
||||
pub confirmed: bool,
|
||||
|
||||
Reference in New Issue
Block a user