Struct gapi_grpc::google::ads::googleads::v6::resources::Invoice [−][src]
An invoice. All invoice information is snapshotted to match the PDF invoice. For invoices older than the launch of InvoiceService, the snapshotted information may not match the PDF invoice.
Fields
resource_name: String
Output only. The resource name of the invoice. Multiple customers can share a given invoice, so multiple resource names may point to the same invoice. Invoice resource names have the form:
customers/{customer_id}/invoices/{invoice_id}
id: String
Output only. The ID of the invoice. It appears on the invoice PDF as “Invoice number”.
type: i32
Output only. The type of invoice.
billing_setup: String
Output only. The resource name of this invoice’s billing setup.
customers/{customer_id}/billingSetups/{billing_setup_id}
payments_account_id: String
Output only. A 16 digit ID used to identify the payments account associated with the billing setup, e.g. “1234-5678-9012-3456”. It appears on the invoice PDF as “Billing Account Number”.
payments_profile_id: String
Output only. A 12 digit ID used to identify the payments profile associated with the billing setup, e.g. “1234-5678-9012”. It appears on the invoice PDF as “Billing ID”.
issue_date: String
Output only. The issue date in yyyy-mm-dd format. It appears on the invoice PDF as either “Issue date” or “Invoice date”.
due_date: String
Output only. The due date in yyyy-mm-dd format.
service_date_range: Option<DateRange>
Output only. The service period date range of this invoice. The end date is inclusive.
currency_code: String
Output only. The currency code. All costs are returned in this currency. A subset of the currency codes derived from the ISO 4217 standard is supported.
adjustments_subtotal_amount_micros: i64
Output only. The pretax subtotal amount of invoice level adjustments, in micros.
adjustments_tax_amount_micros: i64
Output only. The sum of taxes on the invoice level adjustments, in micros.
adjustments_total_amount_micros: i64
Output only. The total amount of invoice level adjustments, in micros.
regulatory_costs_subtotal_amount_micros: i64
Output only. The pretax subtotal amount of invoice level regulatory costs, in micros.
regulatory_costs_tax_amount_micros: i64
Output only. The sum of taxes on the invoice level regulatory costs, in micros.
regulatory_costs_total_amount_micros: i64
Output only. The total amount of invoice level regulatory costs, in micros.
subtotal_amount_micros: i64
Output only. The pretax subtotal amount, in micros. This equals the sum of the AccountBudgetSummary subtotal amounts, Invoice.adjustments_subtotal_amount_micros, and Invoice.regulatory_costs_subtotal_amount_micros. Starting with v6, the Invoice.regulatory_costs_subtotal_amount_micros is no longer included.
tax_amount_micros: i64
Output only. The sum of all taxes on the invoice, in micros. This equals the sum of the AccountBudgetSummary tax amounts, plus taxes not associated with a specific account budget.
total_amount_micros: i64
Output only. The total amount, in micros. This equals the sum of Invoice.subtotal_amount_micros and Invoice.tax_amount_micros. Starting with v6, Invoice.regulatory_costs_subtotal_amount_micros is also added as it is no longer already included in Invoice.tax_amount_micros.
corrected_invoice: String
Output only. The resource name of the original invoice corrected, wrote off, or canceled
by this invoice, if applicable. If corrected_invoice
is set,
replaced_invoices
will not be set.
Invoice resource names have the form:
customers/{customer_id}/invoices/{invoice_id}
replaced_invoices: Vec<String>
Output only. The resource name of the original invoice(s) being rebilled or replaced by
this invoice, if applicable. There might be multiple replaced invoices due
to invoice consolidation. The replaced invoices may not belong to the same
payments account. If replaced_invoices
is set, corrected_invoice
will
not be set.
Invoice resource names have the form:
customers/{customer_id}/invoices/{invoice_id}
pdf_url: String
Output only. The URL to a PDF copy of the invoice. Users need to pass in their OAuth token to request the PDF with this URL.
account_budget_summaries: Vec<AccountBudgetSummary>
Output only. The list of summarized account budget information associated with this invoice.
Implementations
impl Invoice
[src]
pub fn type(&self) -> InvoiceType
[src]
Returns the enum value of type
, or the default if the field is set to an invalid enum value.
pub fn set_type(&mut self, value: InvoiceType)
[src]
Sets type
to the provided enum value.
Trait Implementations
impl Clone for Invoice
[src]
impl Debug for Invoice
[src]
impl Default for Invoice
[src]
impl Message for Invoice
[src]
fn encode_raw<B>(&self, buf: &mut B) where
B: BufMut,
[src]
B: BufMut,
fn merge_field<B>(
&mut self,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
[src]
&mut self,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
fn encoded_len(&self) -> usize
[src]
fn clear(&mut self)
[src]
pub fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
[src]
B: BufMut,
pub fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
[src]
B: BufMut,
pub fn decode<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf,
[src]
Self: Default,
B: Buf,
pub fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf,
[src]
Self: Default,
B: Buf,
pub fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
[src]
B: Buf,
pub fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
[src]
B: Buf,
impl PartialEq<Invoice> for Invoice
[src]
impl StructuralPartialEq for Invoice
[src]
Auto Trait Implementations
impl RefUnwindSafe for Invoice
impl Send for Invoice
impl Sync for Invoice
impl Unpin for Invoice
impl UnwindSafe for Invoice
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,