diff --git a/src/data/orders.rs b/src/data/orders.rs index bda7609..fedf827 100644 --- a/src/data/orders.rs +++ b/src/data/orders.rs @@ -215,6 +215,7 @@ impl Default for ItemCategoryType { } } +/// The name of the person to whom to ship the items. #[skip_serializing_none] #[derive(Debug, Default, Serialize, Deserialize, Clone)] pub struct ShippingDetailName {