GetBillingAccountPlainArgs

data class GetBillingAccountPlainArgs(val billingAccount: String? = null, val displayName: String? = null, val open: Boolean? = null) : ConvertibleToJava<GetBillingAccountPlainArgs>

A collection of arguments for invoking getBillingAccount.

Constructors

Link copied to clipboard
fun GetBillingAccountPlainArgs(billingAccount: String? = null, displayName: String? = null, open: Boolean? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetBillingAccountPlainArgs

Properties

Link copied to clipboard
val billingAccount: String? = null

The name of the billing account in the form {billing_account_id} or billingAccounts/{billing_account_id}.

Link copied to clipboard
val displayName: String? = null

The display name of the billing account.

Link copied to clipboard
val open: Boolean? = null

true if the billing account is open, false if the billing account is closed.