google_api_content v0.4.0 GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice View Source
Attributes
- lineItemId (String.t): ID of the line item. Either lineItemId or productId must be set. Defaults to:
null
. - productId (String.t): ID of the product. This is the REST ID used in the products service. Either lineItemId or productId must be set. Defaults to:
null
. - shipmentUnitIds ([String.t]): [required] Unit IDs to define specific units within the line item. Defaults to:
null
. - unitInvoice (UnitInvoice): [required] Invoice details for a single unit. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice{
lineItemId: any(),
productId: any(),
shipmentUnitIds: [any()],
unitInvoice: GoogleApi.Content.V2.Model.UnitInvoice.t()
}
t() :: %GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice{ lineItemId: any(), productId: any(), shipmentUnitIds: [any()], unitInvoice: GoogleApi.Content.V2.Model.UnitInvoice.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.