update

Update a PaymentSession

Parameters

paymentSessionId

The payment session to update

session

The details to update the session with

abstract fun update(paymentSessionId: String, session: MerchantUpdatePaymentSessionRequest): ApiResult<Unit>