GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingAdjustment (google_api_cloud_channel v0.11.4)

View Source

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

Attributes

  • percentageAdjustment (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PercentageAdjustment.t, default: nil) - Flat markup or markdown on an entire bill.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.