Billing Budgets V1 API - Module Google::Cloud::Billing::Budgets::V1::Filter::CreditTypesTreatment (v0.8.0)

Reference documentation and code samples for the Billing Budgets V1 API module Google::Cloud::Billing::Budgets::V1::Filter::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.

Constants

CREDIT_TYPES_TREATMENT_UNSPECIFIED

value: 0

INCLUDE_ALL_CREDITS

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

EXCLUDE_ALL_CREDITS

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

INCLUDE_SPECIFIED_CREDITS

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