TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments |
PaymentInstrumentApi.updatePaymentInstrument(String profileId,
String tokenId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest)
Update a Payment Instrument
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.updatePaymentInstrumentAsync(String profileId,
String tokenId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest,
ApiCallback<TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments> callback)
Update a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.updatePaymentInstrumentCall(String profileId,
String tokenId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePaymentInstrument
|
ApiResponse<TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments> |
PaymentInstrumentApi.updatePaymentInstrumentWithHttpInfo(String profileId,
String tokenId,
UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest)
Update a Payment Instrument
|