GetMpaAccountScopePlainArgs

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

A collection of arguments for invoking getMpaAccountScope.

Constructors

Link copied to clipboard
fun GetMpaAccountScopePlainArgs(billingAccountName: String, customerName: String)

Functions

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

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.