getMarketplaceRevenueShare
inline suspend fun PartnerCentralRevenueMeasurementClient.getMarketplaceRevenueShare(crossinline block: GetMarketplaceRevenueShareRequest.Builder.() -> Unit): GetMarketplaceRevenueShareResponse
Retrieves the details of a specific marketplace revenue share.
Samples
// Example for GetMarketplaceRevenueShare
val resp = partnerCentralRevenueMeasurementClient.getMarketplaceRevenueShare {
catalog = CatalogName.fromValue("AWS")
productId = "prod-abc123def4567"
}Content copied to clipboard