Struct google_content2::api::InvoiceSummary [−][src]
pub struct InvoiceSummary {
pub additional_charge_summaries: Option<Vec<InvoiceSummaryAdditionalChargeSummary>>,
pub customer_balance: Option<Amount>,
pub google_balance: Option<Amount>,
pub merchant_balance: Option<Amount>,
pub product_total: Option<Amount>,
pub promotion_summaries: Option<Vec<Promotion>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
additional_charge_summaries: Option<Vec<InvoiceSummaryAdditionalChargeSummary>>Summary of the total amounts of the additional charges.
customer_balance: Option<Amount>Deprecated.
google_balance: Option<Amount>Deprecated.
merchant_balance: Option<Amount>Deprecated.
product_total: Option<Amount>[required] Total price for the product.
promotion_summaries: Option<Vec<Promotion>>Deprecated.
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 InvoiceSummary
impl Send for InvoiceSummary
impl Sync for InvoiceSummary
impl Unpin for InvoiceSummary
impl UnwindSafe for InvoiceSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more