creditTypesTreatment property

String? creditTypesTreatment
getter/setter pair

If not set, default behavior is INCLUDE_ALL_CREDITS.

Optional. Possible string values are:

  • "CREDIT_TYPES_TREATMENT_UNSPECIFIED"
  • "INCLUDE_ALL_CREDITS" : All types of credit are subtracted from the gross cost to determine the spend for threshold calculations.
  • "EXCLUDE_ALL_CREDITS" : All types of credit are added to the net cost to determine the spend for threshold calculations.
  • "INCLUDE_SPECIFIED_CREDITS" : Credit types specified in the credit_types field are subtracted from the gross cost to determine the spend for threshold calculations.

Implementation

core.String? creditTypesTreatment;