GetBillingProfilePlainArgs

data class GetBillingProfilePlainArgs(val billingAccountName: String, val billingProfileName: String) : ConvertibleToJava<GetBillingProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(billingAccountName: String, billingProfileName: String)

Properties

Link copied to clipboard

The ID that uniquely identifies a billing account.

Link copied to clipboard

The ID that uniquely identifies a billing profile.

Functions

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