Enum Filter.Types.CreditTypesTreatment (2.0.0)

public enum CreditTypesTreatment

Specifies how credits are applied when determining the spend for threshold calculations. Budgets track the total cost minus any applicable selected credits. See the documentation for a list of credit types.

Namespace

Google.Cloud.Billing.Budgets.V1

Assembly

Google.Cloud.Billing.Budgets.V1.dll

Fields

NameDescription
ExcludeAllCredits

All types of credit are added to the net cost to determine the spend for threshold calculations.

IncludeAllCredits

All types of credit are subtracted from the gross cost to determine the spend for threshold calculations.

IncludeSpecifiedCredits

Credit types specified in the credit_types field are subtracted from the gross cost to determine the spend for threshold calculations.

Unspecified