Struct google_content2_sandbox::ShipmentInvoice[][src]

pub struct ShipmentInvoice {
    pub invoice_summary: Option<InvoiceSummary>,
    pub line_item_invoices: Option<Vec<ShipmentInvoiceLineItemInvoice>>,
    pub shipment_group_id: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

[required] Invoice summary.

[required] Invoice details per line item.

[required] ID of the shipment group.

Trait Implementations

impl Default for ShipmentInvoice
[src]

Returns the "default value" for a type. Read more

impl Clone for ShipmentInvoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShipmentInvoice
[src]

Formats the value using the given formatter. Read more

impl Part for ShipmentInvoice
[src]

Auto Trait Implementations