Method: CyberSource::PaymentInstrumentApi#paymentinstruments_token_id_get
- Defined in:
- lib/cyberSource_client/api/payment_instrument_api.rb
#paymentinstruments_token_id_get(profile_id, token_id, opts = {}) ⇒ InlineResponse2016
Retrieve a Payment Instrument
164 165 166 167 |
# File 'lib/cyberSource_client/api/payment_instrument_api.rb', line 164 def paymentinstruments_token_id_get(profile_id, token_id, opts = {}) data, _status_code, _headers = paymentinstruments_token_id_get_with_http_info(profile_id, token_id, opts) return data, _status_code, _headers end |