View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PercentageAdjustment (google_api_cloud_channel v0.5.0)

An adjustment that applies a flat markup or markdown to an entire bill.

Attributes

  • percentage (type: GoogleApi.CloudChannel.V1.Model.GoogleTypeDecimal.t, default: nil) - 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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PercentageAdjustment{
    percentage: GoogleApi.CloudChannel.V1.Model.GoogleTypeDecimal.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.