Class: Google::Cloud::Channel::V1::PercentageAdjustment

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

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".

Returns:

  • (::Google::Type::Decimal)

    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"



153
154
155
156
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 153

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