update

Update a PaymentSession

Parameters

paymentSessionId

The payment session to update

session

The updates to apply to the session

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