Class Price (0.3.0)

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

Represents the price of the Offer. .. attribute:: base_price

Base price.

:type: google.type.money_pb2.Money

Attributes

NameDescription
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.