GetMcaAccountScopePlainArgs

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

A collection of arguments for invoking getMcaAccountScope.

Constructors

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

Properties

Link copied to clipboard

The Billing Account Name of the MCA account.

Link copied to clipboard

The Billing Profile Name in the above Billing Account.

Link copied to clipboard

The Invoice Section Name in the above Billing Profile.

Functions

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