updateOrderPurchase

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: UpdateOrderPurchaseOperation)"))
public final OrderPurchaseUpdateResponse updateOrderPurchase(OrderPurchaseUpdateRequest orderPurchaseUpdateRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: UpdateOrderPurchaseOperation)

Send an update for a transaction The Order Purchase Update API is called when the status of the order has changed. For example, if the customer cancels the reservation, changes reservation in any way, or adds additional products or travelers to the reservation, the Order Purchase Update API is called to notify Expedia Group about the change. The Order Purchase Update API is also called when the merchant cancels or changes an order based on a Fraud recommendation.

Return

OrderPurchaseUpdateResponse

Parameters

orderPurchaseUpdateRequest

An OrderPurchaseUpdate request may be of one of the following types ORDER_UPDATE, CHARGEBACK_FEEDBACK, INSULT_FEEDBACK, REFUND_UPDATE, PAYMENT_UPDATE.

Throws