Reference documentation and code samples for the Billing Budgets V1beta1 API module Google::Cloud::Billing::Budgets::V1beta1::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-01 UTC."],[],[]]