Struct google_content2::OrderLineItemReturnInfo
[−]
[src]
pub struct OrderLineItemReturnInfo {
pub policy_url: Option<String>,
pub is_returnable: Option<bool>,
pub days_to_return: Option<i32>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
policy_url: Option<String>
URL of the item return policy.
is_returnable: Option<bool>
Whether the item is returnable.
days_to_return: Option<i32>
How many days later the item can be returned.
Trait Implementations
impl Debug for OrderLineItemReturnInfo[src]
impl Clone for OrderLineItemReturnInfo[src]
fn clone(&self) -> OrderLineItemReturnInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for OrderLineItemReturnInfo[src]
fn default() -> OrderLineItemReturnInfo
Returns the "default value" for a type. Read more