Class: Google::Cloud::Channel::V1::RepricingAdjustment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/repricing.rb

Overview

A type that represents the various adjustments you can apply to a bill.

Instance Attribute Summary collapse

Instance Attribute Details

#percentage_adjustment::Google::Cloud::Channel::V1::PercentageAdjustment

Returns Flat markup or markdown on an entire bill.

Returns:



142
143
144
145
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 142

class RepricingAdjustment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end