| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
TmsV1PaymentinstrumentsGet200Response |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdGet(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
TmsV1PaymentinstrumentsGet200Response |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdPatch(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TmsV1PaymentinstrumentsGet200Response> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
ApiResponse<TmsV1PaymentinstrumentsGet200Response> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<TmsV1PaymentinstrumentsGet200Response> callback)
Retrieve a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdPatchAsync(String profileId,
String tokenId,
Body3 body,
ApiCallback<TmsV1PaymentinstrumentsGet200Response> callback)
Update a Payment Instrument (asynchronously)
|
Copyright © 2019. All rights reserved.