billingAccount

suspend fun billingAccount(name: String, block: suspend BillingAccountResourceBuilder.() -> Unit): BillingAccount

Parameters

name

The unique name of the resulting resource.

block

Builder for BillingAccount.

See also


Parameters

name

The unique name of the resulting resource.

See also