getBillingAdjustmentRequest
abstract suspend fun getBillingAdjustmentRequest(input: GetBillingAdjustmentRequestRequest): GetBillingAdjustmentRequestResponse
Retrieves detailed information about a specific billing adjustment request. Sellers (proposers) can use this operation to view the status and details of a billing adjustment request they submitted.
Samples
// Get a billing adjustment request
val resp = marketplaceAgreementClient.getBillingAdjustmentRequest {
billingAdjustmentRequestId = "ba-1a2b3c4d5e6f7g"
agreementId = "agmt-SvIzsqYMyQwI3GWgJAe17URx"
}Content copied to clipboard