Class CostEstimate
An estimated cost.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CostEstimate : IDirectResponseSchema
Properties
CreditEstimates
The estimated credits applied.
Declaration
[JsonProperty("creditEstimates")]
public virtual IList<CreditEstimate> CreditEstimates { get; set; }
Property Value
Type | Description |
---|---|
IList<CreditEstimate> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetCostEstimate
The estimated net cost after applying credits.
Declaration
[JsonProperty("netCostEstimate")]
public virtual Money NetCostEstimate { get; set; }
Property Value
Type | Description |
---|---|
Money |
PreCreditCostEstimate
The estimated cost prior to applying credits.
Declaration
[JsonProperty("preCreditCostEstimate")]
public virtual Money PreCreditCostEstimate { get; set; }
Property Value
Type | Description |
---|---|
Money |