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
fun GetMcaAccountScopePlainArgs(billingAccountName: String, billingProfileName: String, invoiceSectionName: String)

Functions

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

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.