Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::CustomerRepricingConfig.
Configuration for how a reseller will reprice a Customer.
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 CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{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 customers.
#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 customers.
Returns
- (::Google::Cloud::Channel::V1::RepricingConfig) — Required. The configuration for bill modifications made by a reseller before sending it to customers.
#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.