Uses of Class
model.PaymentInstrumentUpdatesList
-
Packages that use PaymentInstrumentUpdatesList Package Description api model -
-
Uses of PaymentInstrumentUpdatesList in api
Methods in api that return PaymentInstrumentUpdatesList Modifier and Type Method Description PaymentInstrumentUpdatesListPaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest. execute()Execute listPaymentInstrumentUpdates requestMethods in api that return types with arguments of type PaymentInstrumentUpdatesList Modifier and Type Method Description ApiResponse<PaymentInstrumentUpdatesList>PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest. executeWithHttpInfo()Execute listPaymentInstrumentUpdates request with HTTP info returnedMethod parameters in api with type arguments of type PaymentInstrumentUpdatesList Modifier and Type Method Description okhttp3.CallPaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest. executeAsync(ApiCallback<PaymentInstrumentUpdatesList> _callback)Execute listPaymentInstrumentUpdates request (asynchronously) -
Uses of PaymentInstrumentUpdatesList in model
Methods in model that return PaymentInstrumentUpdatesList Modifier and Type Method Description PaymentInstrumentUpdatesListPaymentInstrumentUpdatesList. embedded(PaymentInstrumentUpdatesListEmbedded embedded)static PaymentInstrumentUpdatesListPaymentInstrumentUpdatesList. fromJson(String jsonString)Create an instance of PaymentInstrumentUpdatesList given an JSON stringPaymentInstrumentUpdatesListPaymentInstrumentUpdatesList. links(ListLinks links)PaymentInstrumentUpdatesListPaymentInstrumentUpdatesList. page(PageOffset page)
-