GoogleCloudChannelV1PercentageAdjustmentArgs

data class GoogleCloudChannelV1PercentageAdjustmentArgs(val percentage: Output<GoogleTypeDecimalArgs>? = null) : ConvertibleToJava<GoogleCloudChannelV1PercentageAdjustmentArgs>

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

Constructors

constructor(percentage: Output<GoogleTypeDecimalArgs>? = null)

Properties

Link copied to clipboard
val percentage: Output<GoogleTypeDecimalArgs>? = null

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"

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudChannelV1PercentageAdjustmentArgs