Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary

Details about the invalid activity for the invoice that contain additional details about invoice against which corrections are made.

Inheritance
object
GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary : IDirectResponseSchema

Properties

AmountMicros

Output only. Invalid activity amount in micros.

Declaration
[JsonProperty("amountMicros")]
public virtual long? AmountMicros { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OriginalAccountBudgetName

Output only. Original account budget name related to this invalid activity credit.

Declaration
[JsonProperty("originalAccountBudgetName")]
public virtual string OriginalAccountBudgetName { get; set; }
Property Value
Type Description
string

OriginalInvoiceId

Output only. Original invoice number related to this invalid activity credit.

Declaration
[JsonProperty("originalInvoiceId")]
public virtual string OriginalInvoiceId { get; set; }
Property Value
Type Description
string

OriginalMonthOfService

Output only. Original month of service related to this invalid activity credit.

Declaration
[JsonProperty("originalMonthOfService")]
public virtual string OriginalMonthOfService { get; set; }
Property Value
Type Description
string

OriginalPurchaseOrderNumber

Output only. Original purchase order number related to this invalid activity credit.

Declaration
[JsonProperty("originalPurchaseOrderNumber")]
public virtual string OriginalPurchaseOrderNumber { get; set; }
Property Value
Type Description
string

OriginalYearOfService

Output only. Original year of service related to this invalid activity credit.

Declaration
[JsonProperty("originalYearOfService")]
public virtual string OriginalYearOfService { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX