discountType property

String? discountType
getter/setter pair

Type of the discount. Possible string values are:

  • "DISCOUNT_TYPE_UNSPECIFIED" : Not used.
  • "REGIONAL_DISCOUNT" : Regional discount.
  • "PROMOTIONAL_DISCOUNT" : Promotional discount.
  • "SALES_DISCOUNT" : Sales-provided discount.
  • "RESELLER_MARGIN" : Reseller margin.
  • "DEAL_CODE" : Deal code discount.

Implementation

core.String? discountType;