add ShippingDetailName doc
This commit is contained in:
parent
d9889f01e1
commit
0b03154d4e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue