Struct google_content2::api::ProductAmount [−][src]
pub struct ProductAmount {
pub price_amount: Option<Price>,
pub remitted_tax_amount: Option<Price>,
pub tax_amount: Option<Price>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
price_amount: Option<Price>The pre-tax or post-tax price depending on the location of the order.
remitted_tax_amount: Option<Price>Remitted tax value.
tax_amount: Option<Price>Tax value.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProductAmount
impl Send for ProductAmount
impl Sync for ProductAmount
impl Unpin for ProductAmount
impl UnwindSafe for ProductAmount
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more