Cloud Billing Budget v1beta1 API - Enum Filter.Types.CreditTypesTreatment (2.0.0-beta05)

public enum Filter.Types.CreditTypesTreatment

Reference documentation and code samples for the Cloud Billing Budget v1beta1 API enum Filter.Types.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.V1Beta1

Assembly

Google.Cloud.Billing.Budgets.V1Beta1.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