/// Should only be available on admin authorization
pub search_user_id: Option<UserId>,
/// For orders list: we'll want to include/exclude transactions with
/// the specified order IDs, used for filtering the result
pub with_order_ids: Option<String>,
/// For orders list: because of how digital goods work, it should only shows for
/// "completed" orders since it won't have any other order status.
///
/// This basically will simply append digital goods to the response
pub with_completed_orders: Option<bool>,
}
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (