Class DiscountComponent (1.25.0)

DiscountComponent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a single component of the total discount applicable on a Price.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
discount_percentage float
Discount percentage, represented as decimal. For example, a 20% discount will be represented as 0.2. This field is a member of oneof_ discount_value.
discount_absolute google.type.money_pb2.Money
Fixed value discount. This field is a member of oneof_ discount_value.
discount_type google.cloud.channel_v1.types.DiscountType
Type of the discount.