RepricingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for repricing a Google bill over a period of time.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
entitlement_granularity |
google.cloud.channel_v1.types.RepricingConfig.EntitlementGranularity
Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig. This field is a member of oneof _ granularity .
|
channel_partner_granularity |
google.cloud.channel_v1.types.RepricingConfig.ChannelPartnerGranularity
Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig. This field is a member of oneof _ granularity .
|
effective_invoice_month |
google.type.date_pb2.Date
Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries. |
adjustment |
google.cloud.channel_v1.types.RepricingAdjustment
Required. Information about the adjustment. |
rebilling_basis |
google.cloud.channel_v1.types.RebillingBasis
Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply. |
Classes
ChannelPartnerGranularity
ChannelPartnerGranularity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Applies the repricing configuration at the channel partner level. The channel partner value is derived from the resource name. Takes an empty json object.
EntitlementGranularity
EntitlementGranularity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Applies the repricing configuration at the entitlement level.