Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig.
Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
#repricing_config
def repricing_config() -> ::Google::Cloud::Channel::V1::RepricingConfig
Returns
- (::Google::Cloud::Channel::V1::RepricingConfig) — Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
#repricing_config=
def repricing_config=(value) -> ::Google::Cloud::Channel::V1::RepricingConfig
Parameter
- value (::Google::Cloud::Channel::V1::RepricingConfig) — Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
Returns
- (::Google::Cloud::Channel::V1::RepricingConfig) — Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::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.