Show / Hide Table of Contents

Class BillInfo

Contains the bill amount.

Inheritance
object
BillInfo
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.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class BillInfo : IDirectResponseSchema

Properties

BaseFee

The amount of the monthly base fee.

Declaration
[JsonProperty("baseFee")]
public virtual Money BaseFee { get; set; }
Property Value
Type Description
Money

ETag

The ETag of the item.

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

EventFee

The amount of the event fee.

Declaration
[JsonProperty("eventFee")]
public virtual Money EventFee { get; set; }
Property Value
Type Description
Money

PriceProtectionCredit

The amount of the price protection credit, this is only available for eligible customers.

Declaration
[JsonProperty("priceProtectionCredit")]
public virtual Money PriceProtectionCredit { get; set; }
Property Value
Type Description
Money

Total

The total amount of the bill.

Declaration
[JsonProperty("total")]
public virtual Money Total { get; set; }
Property Value
Type Description
Money

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX