Class: Google::Cloud::Channel::V1::CustomerRepricingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CustomerRepricingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
Configuration for how a reseller will reprice a Customer.
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 CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.
40 41 42 43 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 40 class CustomerRepricingConfig 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 customers.
40 41 42 43 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 40 class CustomerRepricingConfig 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.
40 41 42 43 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 40 class CustomerRepricingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |