pub fn batch_create_from_proto(
msg: &BatchCreateOrdersResponse,
) -> Result<BatchCreateOrdersResult>Expand description
Per-item results now carry an Accepted/Rejected outcome oneof instead of
flat status/order_id/code fields.
pub fn batch_create_from_proto(
msg: &BatchCreateOrdersResponse,
) -> Result<BatchCreateOrdersResult>Per-item results now carry an Accepted/Rejected outcome oneof instead of
flat status/order_id/code fields.