conversions4
This commit is contained in:
@@ -274,6 +274,11 @@ message EcbConversionEvidence {
|
|||||||
// already_same_currency, since none of those were priced by the policy's
|
// already_same_currency, since none of those were priced by the policy's
|
||||||
// source itself -- a human entered them.
|
// source itself -- a human entered them.
|
||||||
optional string observation_source_id = 29;
|
optional string observation_source_id = 29;
|
||||||
|
|
||||||
|
// Exact immutable profile policy version selected for this conversion's
|
||||||
|
// accounting date. Absent only when no conversion policy was needed because
|
||||||
|
// determination_method is already_same_currency.
|
||||||
|
optional int64 rate_source_policy_id = 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ListEcbConversionEvidenceResponse {
|
message ListEcbConversionEvidenceResponse {
|
||||||
|
|||||||
Binary file not shown.
@@ -295,6 +295,11 @@ pub struct EcbConversionEvidence {
|
|||||||
/// source itself -- a human entered them.
|
/// source itself -- a human entered them.
|
||||||
#[prost(string, optional, tag = "29")]
|
#[prost(string, optional, tag = "29")]
|
||||||
pub observation_source_id: ::core::option::Option<::prost::alloc::string::String>,
|
pub observation_source_id: ::core::option::Option<::prost::alloc::string::String>,
|
||||||
|
/// Exact immutable profile policy version selected for this conversion's
|
||||||
|
/// accounting date. Absent only when no conversion policy was needed because
|
||||||
|
/// determination_method is already_same_currency.
|
||||||
|
#[prost(int64, optional, tag = "30")]
|
||||||
|
pub rate_source_policy_id: ::core::option::Option<i64>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct ListEcbConversionEvidenceResponse {
|
pub struct ListEcbConversionEvidenceResponse {
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: 81f0410185...b864da0a9b
Reference in New Issue
Block a user