Class: Google::Cloud::Channel::V1::CustomerRepricingConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String (readonly)

Returns Output only. Resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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