Show / Hide Table of Contents

Class CampaignSummary

Represents a summarized campaign information associated with this invoice.

Inheritance
object
CampaignSummary
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CampaignSummary : IDirectResponseSchema

Properties

BillingInvoiceCode

Campaign billing invoice code.

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

CampaignId

Campaign ID.

Declaration
[JsonProperty("campaignId")]
public virtual long? CampaignId { 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

PreTaxAmountMicros

The pre-tax amount for this campaign, in micros of the invoice's currency.

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

TaxAmountMicros

The tax amount for this campaign, in micros of the invoice's currency.

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

TotalAmountMicros

The total amount of charges for this campaign, in micros of the invoice's currency.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX