social-common / pragma.order / Orders / markOrderRevoked /
markOrderRevoked #
abstract suspend fun markOrderRevoked(orderId: UUID, providerRevokedDateMillis: Long)
Updates the status of the specified order to OrderRpc.OrderStatus.ORDER_STATUS_REVOKED.
Parameters #
providerRevokedDateMillis | The date in milliseconds that the third party provider issued this revocation. Otherwise, the date that the revocation is processed. |