percentage

@JvmName(name = "cxuskwvufdlymijv")
suspend fun percentage(value: Output<GoogleTypeDecimalArgs>)
@JvmName(name = "goeukhkqgumgkbry")
suspend fun percentage(value: GoogleTypeDecimalArgs?)

Parameters

value

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"


@JvmName(name = "kuregokewcktbxap")
suspend fun percentage(argument: suspend GoogleTypeDecimalArgsBuilder.() -> Unit)

Parameters

argument

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"