invoiceRecipients

@JvmName(name = "edaqyeexdrbkbifs")
suspend fun invoiceRecipients(value: Output<List<String>>)
@JvmName(name = "ipoiyoepnqgmxwrf")
suspend fun invoiceRecipients(value: List<String>?)

Parameters

value

The list of email addresses to receive invoices by email for the billing profile.


@JvmName(name = "adnhpsqwxhyjdavl")
suspend fun invoiceRecipients(vararg values: Output<String>)


@JvmName(name = "vxccnynvuomhedbw")
suspend fun invoiceRecipients(values: List<Output<String>>)
@JvmName(name = "uimtuvvlubwvqydw")
suspend fun invoiceRecipients(vararg values: String)

Parameters

values

The list of email addresses to receive invoices by email for the billing profile.