All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.billingconductor.cfnCustomLineItem.CustomLineItemChargeDetailsProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.billingconductor.cfnCustomLineItem

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CustomLineItemChargeDetailsProperty {

  def apply(
    `type`: String,
    flat: Option[software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty] = None,
    percentage: Option[software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty] = None
  ): software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemChargeDetailsProperty =
    (new software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder)
      .`type`(`type`)
      .flat(flat.orNull)
      .percentage(percentage.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy