Show / Hide Table of Contents

Class CreditEstimate

An estimated credit applied to the costs on a SKU.

Inheritance
object
CreditEstimate
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX