Class: Google::Cloud::Channel::V1::RepricingAdjustment
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::RepricingAdjustment
- 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
-
#percentage_adjustment ⇒ ::Google::Cloud::Channel::V1::PercentageAdjustment
Flat markup or markdown on an entire bill.
Instance Attribute Details
#percentage_adjustment ⇒ ::Google::Cloud::Channel::V1::PercentageAdjustment
Returns Flat markup or markdown on an entire bill.
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 |