Billing Functions
object BillingFunctions
Functions
Link copied to clipboard
suspend fun getEnrollmentAccountScope(argument: GetEnrollmentAccountScopePlainArgs): GetEnrollmentAccountScopeResult
Use this data source to access information about an existing Enrollment Account Billing Scope.
suspend fun getEnrollmentAccountScope(argument: suspend GetEnrollmentAccountScopePlainArgsBuilder.() -> Unit): GetEnrollmentAccountScopeResult
suspend fun getEnrollmentAccountScope(billingAccountName: String, enrollmentAccountName: String): GetEnrollmentAccountScopeResult
Link copied to clipboard
Use this data source to access an ID for your MCA Account billing scope.
suspend fun getMcaAccountScope(argument: suspend GetMcaAccountScopePlainArgsBuilder.() -> Unit): GetMcaAccountScopeResult
suspend fun getMcaAccountScope(billingAccountName: String, billingProfileName: String, invoiceSectionName: String): GetMcaAccountScopeResult
Link copied to clipboard
Use this data source to access an ID for your MPA Account billing scope.
suspend fun getMpaAccountScope(argument: suspend GetMpaAccountScopePlainArgsBuilder.() -> Unit): GetMpaAccountScopeResult
suspend fun getMpaAccountScope(billingAccountName: String, customerName: String): GetMpaAccountScopeResult