| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentList |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrumentsList(String customerTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for a Customer
|
PaymentInstrumentList |
InstrumentIdentifierApi.getInstrumentIdentifierPaymentInstrumentsList(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for an Instrument Identifier
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PaymentInstrumentList> |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrumentsListWithHttpInfo(String customerTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for a Customer
|
ApiResponse<PaymentInstrumentList> |
InstrumentIdentifierApi.getInstrumentIdentifierPaymentInstrumentsListWithHttpInfo(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for an Instrument Identifier
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrumentsListAsync(String customerTokenId,
String profileId,
Long offset,
Long limit,
ApiCallback<PaymentInstrumentList> callback)
List Payment Instruments for a Customer (asynchronously)
|
okhttp3.Call |
InstrumentIdentifierApi.getInstrumentIdentifierPaymentInstrumentsListAsync(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit,
ApiCallback<PaymentInstrumentList> callback)
List Payment Instruments for an Instrument Identifier (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentList |
PaymentInstrumentList.embedded(PaymentInstrumentListEmbedded embedded) |
PaymentInstrumentList |
PaymentInstrumentList.links(PaymentInstrumentListLinks links) |
Copyright © 2022. All rights reserved.