Cloud Channel v1 API - Class ChannelPartnerRepricingConfig (2.11.0)

public sealed class ChannelPartnerRepricingConfig : IMessage<ChannelPartnerRepricingConfig>, IEquatable<ChannelPartnerRepricingConfig>, IDeepCloneable<ChannelPartnerRepricingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ChannelPartnerRepricingConfig.

Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).

Inheritance

object > ChannelPartnerRepricingConfig

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ChannelPartnerRepricingConfig()

public ChannelPartnerRepricingConfig()

ChannelPartnerRepricingConfig(ChannelPartnerRepricingConfig)

public ChannelPartnerRepricingConfig(ChannelPartnerRepricingConfig other)
Parameter
Name Description
other ChannelPartnerRepricingConfig

Properties

ChannelPartnerRepricingConfigName

public ChannelPartnerRepricingConfigName ChannelPartnerRepricingConfigName { get; set; }

ChannelPartnerRepricingConfigName-typed view over the Name resource name property.

Property Value
Type Description
ChannelPartnerRepricingConfigName

Name

public string Name { get; set; }

Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.

Property Value
Type Description
string

RepricingConfig

public RepricingConfig RepricingConfig { get; set; }

Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.

Property Value
Type Description
RepricingConfig

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp of an update to the repricing rule. If update_time is after [RepricingConfig.effective_invoice_month][google.cloud.channel.v1.RepricingConfig.effective_invoice_month] then it indicates this was set mid-month.

Property Value
Type Description
Timestamp

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.