getMarketplaceRevenueShareAllocation
inline suspend fun PartnerCentralRevenueMeasurementClient.getMarketplaceRevenueShareAllocation(crossinline block: GetMarketplaceRevenueShareAllocationRequest.Builder.() -> Unit): GetMarketplaceRevenueShareAllocationResponse
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"
}Content copied to clipboard