Class CreditEstimate
An estimated credit applied to the costs on a SKU.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class CreditEstimate : IDirectResponseSchema
Properties
CreditAmount
The estimated credit amount.
Declaration
[JsonProperty("creditAmount")]
public virtual Money CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
Money |
CreditDescription
The credit description.
Declaration
[JsonProperty("creditDescription")]
public virtual string CreditDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
CreditType
The credit type.
Declaration
[JsonProperty("creditType")]
public virtual string CreditType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |