Class Price (1.6.3)

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

Represents the price of the Offer.

Attributes

NameDescription
base_price google.type.money_pb2.Money
Base price.
discount float
Discount percentage, represented as decimal. For example, a 20% discount will be represent as 0.2.
effective_price google.type.money_pb2.Money
Effective Price after applying the discounts.
external_price_uri str
Link to external price list, such as link to Google Voice rate card.