costs

@JvmName(name = "pfjxbnohdlytxpnp")
suspend fun costs(value: Output<Map<String, String>>)
@JvmName(name = "kuckkfdajvxyhonk")
suspend fun costs(value: Map<String, String>?)

Parameters

value

Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so: * If 'exactPrice' is provided, profit = displayPrice - sum(costs) * If 'priceRange' is provided, profit = minPrice - sum(costs)


@JvmName(name = "nbcggrumivkepfyo")
fun costs(vararg values: Pair<String, String>)

Parameters

values

Optional. A map to pass the costs associated with the product. For example: {"manufacturing": 45.5} The profit of selling this item is computed like so: * If 'exactPrice' is provided, profit = displayPrice - sum(costs) * If 'priceRange' is provided, profit = minPrice - sum(costs)