listRevenueAttributionAllocations
abstract suspend fun listRevenueAttributionAllocations(input: ListRevenueAttributionAllocationsRequest): ListRevenueAttributionAllocationsResponse
Returns a paginated list of committed allocations with support for filtering by entity, customer, status, or date range.
Samples
// Example for ListRevenueAttributionAllocations
val resp = partnerCentralRevenueMeasurementClient.listRevenueAttributionAllocations {
catalog = CatalogName.fromValue("AWS")
revenueAttributionIdentifier = "ra-0a1b2c3d4e5f6"
}Content copied to clipboard