Class StandardOffer (0.1.0)

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

Attributes

Name Description
term_duration_months int
Output only. Term duration of the offer in months. Applicable only to offers with a subscription price model. Additional forms of offer term may be added in the future. This field is a member of oneof_ term.
name str
Identifier. Name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of the offer.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update time of the offer.
effective_time google.protobuf.timestamp_pb2.Timestamp
Output only. Effective time of the offer. Prior to this time, the offer cannot be purchased or used as the base standard offer of a private offer.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. Expire time of the offer. An offer is expired if its expire time is in the past. An expired standard offer cannot be purchased or used as the base standard offer of a private offer.
service_level str
Output only. Identifier that distinguishes between different service levels of the same product that constitute distinct offerings to customers with different pricing. The service levels of a product are also referred to in some cases as the product's 'plans', and the service_level value is referred to in some cases as the "plan ID". Multiple non-expired standard offers can share the same service level when they are subscription offers for different term durations.
service_level_title str
Output only. Title of the service level. Not included for STANDARD_OFFER_VIEW_BASIC.
price_model google.cloud.commerceproducer_v1beta.types.StandardOffer.PriceModel
Output only. Price model of the offer.

Classes

PriceModel

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