FlatSubscriptionFee(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details about a SKU charging a flat subscription fee.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
price_per_unit |
google.type.money_pb2.Money
Output only. The price per time unit the subscription is active. This field is a member of oneof_ price_structure.
|
unit |
str
Output only. The unit of the subscription SKU. See https://ucum.org/ucum.html for the format of the price unit. Since subscriptions are billed by duration, this will always be a time unit. The price unit of a subscription SKU is not necessarily the same as the subscription period of the corresponding StandardOffers. Currently the unit is always months ('mo'). Additional time units may be supported in future. The unit month ('mo') is a customary time unit and requires special handling to account for the variable duration of months. A price may be denominated in units of months, but the duration the subscription is active is measured in metric time and customers are billed on that basis. The exact hourly or per-second price can be calculated by dividing the monthly price by the number of hours or seconds in the desired month. A subscription active for N months is rarely billed exactly N times the monthly price. This is intended and is not a billing error. |