update

Update an Apple Pay payment instrument.

Parameters

paymentInstrumentId

The id of the Apple Pay payment instrument to update.

tokenizeApplePayRequest

Detail of the Apple Pay wallet item to be tokenized.

abstract fun update(paymentInstrumentId: String, tokenizeApplePayRequest: TokenizeApplePayRequest): ApiResult<TokenizeApplePayResponse>