getMarketplaceRevenueShareAllocation

Retrieves the details of a specific marketplace revenue share allocation.

Samples

// Example for GetMarketplaceRevenueShareAllocation
val resp = partnerCentralRevenueMeasurementClient.getMarketplaceRevenueShareAllocation {
    catalog = CatalogName.fromValue("AWS")
    productId = "prod-abc123def4567"
    marketplaceRevenueShareAllocationId = "mrsa-abc123def4567"
}