pub fn merge_payload(
object: &ObjectSync,
current_payload: Option<&Value>,
source: SourceSystem,
incoming_payload: &Value,
) -> MergeOutcomeExpand description
Merges an incoming payload into the current payload using field ownership rules.