Class: Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#repricing_config ⇒ ::Google::Cloud::Channel::V1::RepricingConfig
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
62 63 64 65 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 62 class ChannelPartnerRepricingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repricing_config ⇒ ::Google::Cloud::Channel::V1::RepricingConfig
Returns Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
62 63 64 65 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 62 class ChannelPartnerRepricingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns 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.
62 63 64 65 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 62 class ChannelPartnerRepricingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |