Method: CyberSource::PaymentInstrumentApi#paymentinstruments_token_id_patch
- Defined in:
- lib/cyberSource_client/api/payment_instrument_api.rb
#paymentinstruments_token_id_patch(profile_id, token_id, body, opts = {}) ⇒ InlineResponse2016
Update a Payment Instrument
238 239 240 241 |
# File 'lib/cyberSource_client/api/payment_instrument_api.rb', line 238 def paymentinstruments_token_id_patch(profile_id, token_id, body, opts = {}) data, _status_code, _headers = paymentinstruments_token_id_patch_with_http_info(profile_id, token_id, body, opts) return data, _status_code, _headers end |