Show / Hide Table of Contents

Class CostEstimate

An estimated cost.

Inheritance
object
CostEstimate
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX