From 0b03154d4e4ee0efe54935300d326bd14dd6c9cd Mon Sep 17 00:00:00 2001 From: Harry Ying Date: Sat, 28 May 2022 00:06:08 +0800 Subject: [PATCH] add ShippingDetailName doc --- src/data/orders.rs | 1 + 1 file changed, 1 insertion(+) 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 {