| 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
|
Tmsv2customersEmbeddedDefaultPaymentInstrument |
PaymentInstrumentApi.postPaymentInstrument(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId)
Create a Payment Instrument
|
| 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
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentApi.postPaymentInstrumentWithHttpInfo(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId)
Create a Payment Instrument
|
| 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)
|
okhttp3.Call |
PaymentInstrumentApi.postPaymentInstrumentAsync(PostPaymentInstrumentRequest postPaymentInstrumentRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrument> callback)
Create a Payment Instrument (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
List<Tmsv2customersEmbeddedDefaultPaymentInstrument> |
PaymentInstrumentListForCustomerEmbedded.getPaymentInstruments()
Get paymentInstruments
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentListForCustomerEmbedded |
PaymentInstrumentListForCustomerEmbedded.addPaymentInstrumentsItem(Tmsv2customersEmbeddedDefaultPaymentInstrument paymentInstrumentsItem) |
Tmsv2customersEmbedded |
Tmsv2customersEmbedded.defaultPaymentInstrument(Tmsv2customersEmbeddedDefaultPaymentInstrument defaultPaymentInstrument) |
void |
Tmsv2customersEmbedded.setDefaultPaymentInstrument(Tmsv2customersEmbeddedDefaultPaymentInstrument defaultPaymentInstrument) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentListForCustomerEmbedded |
PaymentInstrumentListForCustomerEmbedded.paymentInstruments(List<Tmsv2customersEmbeddedDefaultPaymentInstrument> paymentInstruments) |
void |
PaymentInstrumentListForCustomerEmbedded.setPaymentInstruments(List<Tmsv2customersEmbeddedDefaultPaymentInstrument> paymentInstruments) |
Copyright © 2020. All rights reserved.