| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrument(String customerTokenId,
String paymentInstrumentTokenId,
String profileId)
Retrieve a Customer Payment Instrument
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
PaymentInstrumentApi.getPaymentInstrument(String paymentInstrumentTokenId,
String profileId)
Retrieve a Payment Instrument
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
CustomerPaymentInstrumentApi.patchCustomersPaymentInstrument(String customerTokenId,
String paymentInstrumentTokenId,
PatchCustomerPaymentInstrumentRequest patchCustomerPaymentInstrumentRequest,
String profileId,
String ifMatch)
Update a Customer Payment Instrument
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
PaymentInstrumentApi.patchPaymentInstrument(String paymentInstrumentTokenId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
String ifMatch)
Update a Payment Instrument
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
CustomerPaymentInstrumentApi.postCustomerPaymentInstrument(String customerTokenId,
PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrumentRequest,
String profileId)
Create a Customer Payment Instrument
Include an existing TMS Customer & Instrument Identifier token id in the request.
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
PaymentInstrumentApi.postPaymentInstrument(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId)
Create a Payment Instrument
Include an existing TMS Instrument Identifier id in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrumentWithHttpInfo(String customerTokenId,
String paymentInstrumentTokenId,
String profileId)
Retrieve a Customer Payment Instrument
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentApi.getPaymentInstrumentWithHttpInfo(String paymentInstrumentTokenId,
String profileId)
Retrieve a Payment Instrument
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
CustomerPaymentInstrumentApi.patchCustomersPaymentInstrumentWithHttpInfo(String customerTokenId,
String paymentInstrumentTokenId,
PatchCustomerPaymentInstrumentRequest patchCustomerPaymentInstrumentRequest,
String profileId,
String ifMatch)
Update a Customer Payment Instrument
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentApi.patchPaymentInstrumentWithHttpInfo(String paymentInstrumentTokenId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
String ifMatch)
Update a Payment Instrument
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
CustomerPaymentInstrumentApi.postCustomerPaymentInstrumentWithHttpInfo(String customerTokenId,
PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrumentRequest,
String profileId)
Create a Customer Payment Instrument
Include an existing TMS Customer & Instrument Identifier token id in the request.
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentApi.postPaymentInstrumentWithHttpInfo(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId)
Create a Payment Instrument
Include an existing TMS Instrument Identifier id in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomerPaymentInstrumentApi.getCustomerPaymentInstrumentAsync(String customerTokenId,
String paymentInstrumentTokenId,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Retrieve a Customer Payment Instrument (asynchronously)
|
okhttp3.Call |
PaymentInstrumentApi.getPaymentInstrumentAsync(String paymentInstrumentTokenId,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Retrieve a Payment Instrument (asynchronously)
|
okhttp3.Call |
CustomerPaymentInstrumentApi.patchCustomersPaymentInstrumentAsync(String customerTokenId,
String paymentInstrumentTokenId,
PatchCustomerPaymentInstrumentRequest patchCustomerPaymentInstrumentRequest,
String profileId,
String ifMatch,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Update a Customer Payment Instrument (asynchronously)
|
okhttp3.Call |
PaymentInstrumentApi.patchPaymentInstrumentAsync(String paymentInstrumentTokenId,
PatchPaymentInstrumentRequest patchPaymentInstrumentRequest,
String profileId,
String ifMatch,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Update a Payment Instrument (asynchronously)
|
okhttp3.Call |
CustomerPaymentInstrumentApi.postCustomerPaymentInstrumentAsync(String customerTokenId,
PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrumentRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Create a Customer Payment Instrument (asynchronously)
Include an existing TMS Customer & Instrument Identifier token id in the request.
|
okhttp3.Call |
PaymentInstrumentApi.postPaymentInstrumentAsync(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Create a Payment Instrument (asynchronously)
Include an existing TMS Instrument Identifier id in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentListEmbedded.getPaymentInstruments()
Get paymentInstruments
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentListEmbedded |
PaymentInstrumentListEmbedded.addPaymentInstrumentsItem(Tmsv2customersEmbeddedDefaultPaymentInstrument paymentInstrumentsItem) |
Tmsv2customersEmbedded |
Tmsv2customersEmbedded.defaultPaymentInstrument(Tmsv2customersEmbeddedDefaultPaymentInstrument defaultPaymentInstrument) |
void |
Tmsv2customersEmbedded.setDefaultPaymentInstrument(Tmsv2customersEmbeddedDefaultPaymentInstrument defaultPaymentInstrument) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentListEmbedded |
PaymentInstrumentListEmbedded.paymentInstruments(List<Tmsv2customersEmbeddedDefaultPaymentInstrument> paymentInstruments) |
void |
PaymentInstrumentListEmbedded.setPaymentInstruments(List<Tmsv2customersEmbeddedDefaultPaymentInstrument> paymentInstruments) |
Copyright © 2022. All rights reserved.