Class GoogleCloudChannelV1RepricingConfig
Configuration for repricing a Google bill over a period of time.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1RepricingConfig : IDirectResponseSchema
Properties
Adjustment
Required. Information about the adjustment.
Declaration
[JsonProperty("adjustment")]
public virtual GoogleCloudChannelV1RepricingAdjustment Adjustment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1RepricingAdjustment |
ChannelPartnerGranularity
Applies the repricing configuration at the channel partner level. Only ChannelPartnerRepricingConfig supports this value. Deprecated: This is no longer supported. Use RepricingConfig.entitlement_granularity instead.
Declaration
[JsonProperty("channelPartnerGranularity")]
public virtual GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity ChannelPartnerGranularity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity |
ConditionalOverrides
The conditional overrides to apply for this configuration. If you list multiple overrides, only the first valid override is used. If you don't list any overrides, the API uses the normal adjustment and rebilling basis.
Declaration
[JsonProperty("conditionalOverrides")]
public virtual IList<GoogleCloudChannelV1ConditionalOverride> ConditionalOverrides { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1ConditionalOverride> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveInvoiceMonth
Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.
Declaration
[JsonProperty("effectiveInvoiceMonth")]
public virtual GoogleTypeDate EffectiveInvoiceMonth { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
EntitlementGranularity
Applies the repricing configuration at the entitlement level. Note: If a ChannelPartnerRepricingConfig using RepricingConfig.EntitlementGranularity becomes effective, then no existing or future RepricingConfig.ChannelPartnerGranularity will apply to the RepricingConfig.EntitlementGranularity.entitlement. This is the recommended value for both CustomerRepricingConfig and ChannelPartnerRepricingConfig.
Declaration
[JsonProperty("entitlementGranularity")]
public virtual GoogleCloudChannelV1RepricingConfigEntitlementGranularity EntitlementGranularity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1RepricingConfigEntitlementGranularity |
RebillingBasis
Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.
Declaration
[JsonProperty("rebillingBasis")]
public virtual string RebillingBasis { get; set; }
Property Value
Type | Description |
---|---|
string |