updateAgreement
inline suspend fun TransferClient.updateAgreement(crossinline block: UpdateAgreementRequest.Builder.() -> Unit): UpdateAgreementResponse
Updates some of the parameters for an existing agreement. Provide the AgreementId
and the ServerId
for the agreement that you want to update, along with the new values for the parameters to update.