| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2007 |
InstrumentIdentifierApi.instrumentidentifiersPost(String profileId,
Body body)
Create an Instrument Identifier
|
InlineResponse2007 |
InstrumentIdentifierApi.instrumentidentifiersTokenIdGet(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
InlineResponse2007 |
InstrumentIdentifierApi.instrumentidentifiersTokenIdPatch(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersPostWithHttpInfo(String profileId,
Body body)
Create an Instrument Identifier
|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.instrumentidentifiersPostAsync(String profileId,
Body body,
ApiCallback<InlineResponse2007> callback)
Create an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.instrumentidentifiersTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<InlineResponse2007> callback)
Retrieve an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.instrumentidentifiersTokenIdPatchAsync(String profileId,
String tokenId,
Body1 body,
ApiCallback<InlineResponse2007> callback)
Update a Instrument Identifier (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2007 |
InlineResponse2007.bankAccount(InstrumentidentifiersBankAccount bankAccount) |
InlineResponse2007 |
InlineResponse2007.card(InstrumentidentifiersCard card) |
InlineResponse2007 |
InlineResponse2007.links(InstrumentidentifiersLinks links) |
InlineResponse2007 |
InlineResponse2007.metadata(InstrumentidentifiersMetadata metadata) |
InlineResponse2007 |
InlineResponse2007.processingInformation(InstrumentidentifiersProcessingInformation processingInformation) |
Copyright © 2018. All rights reserved.