updatePaymentMethod

abstract suspend fun updatePaymentMethod(    paymentMethodId: String,     params: PaymentMethodUpdateParams): CustomerAdapter.Result<PaymentMethod>

Updates a payment method with the provided PaymentMethodUpdateParams.

Return

The updated PaymentMethod

Parameters

paymentMethodId

The payment method to update