GetMpaAccountScopePlainArgs

data class GetMpaAccountScopePlainArgs(val billingAccountName: String, val customerName: String) : ConvertibleToJava<GetMpaAccountScopePlainArgs>

A collection of arguments for invoking getMpaAccountScope.

Constructors

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

Properties

Link copied to clipboard

The Billing Account Name of the MPA account.

Link copied to clipboard

The Customer Name in the above Billing Account.

Functions

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