Class: Google::Cloud::Channel::V1::PercentageAdjustment
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::PercentageAdjustment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
An adjustment that applies a flat markup or markdown to an entire bill.
Instance Attribute Summary collapse
-
#percentage ⇒ ::Google::Type::Decimal
The percentage of the bill to adjust.
Instance Attribute Details
#percentage ⇒ ::Google::Type::Decimal
Returns The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00".
155 156 157 158 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 155 class PercentageAdjustment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |