Class CustomerRepricingConfig (1.10.0)

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

Configuration for how a reseller will reprice a Customer.

Attributes

NameDescription
name str
Output only. Resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.
repricing_config google.cloud.channel_v1.types.RepricingConfig
Required. The configuration for bill modifications made by a reseller before sending it to customers.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp of an update to the repricing rule. If update_time is after RepricingConfig.effective_invoice_month then it indicates this was set mid-month.