Class BillInfo
Contains the bill amount.
Implements
Inherited Members
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 |