Uses of Class
model.VerificationsList
-
Packages that use VerificationsList Package Description api model -
-
Uses of VerificationsList in api
Methods in api that return VerificationsList Modifier and Type Method Description VerificationsListVerificationsApi.APIlistMerchantVerificationsRequest. execute()Execute listMerchantVerifications requestVerificationsListVerificationsApi.APIlistPaymentInstrumentVerificationsRequest. execute()Execute listPaymentInstrumentVerifications requestVerificationsListVerificationsApi.APIlistVerificationsRequest. execute()Execute listVerifications requestMethods in api that return types with arguments of type VerificationsList Modifier and Type Method Description ApiResponse<VerificationsList>VerificationsApi.APIlistMerchantVerificationsRequest. executeWithHttpInfo()Execute listMerchantVerifications request with HTTP info returnedApiResponse<VerificationsList>VerificationsApi.APIlistPaymentInstrumentVerificationsRequest. executeWithHttpInfo()Execute listPaymentInstrumentVerifications request with HTTP info returnedApiResponse<VerificationsList>VerificationsApi.APIlistVerificationsRequest. executeWithHttpInfo()Execute listVerifications request with HTTP info returnedMethod parameters in api with type arguments of type VerificationsList Modifier and Type Method Description okhttp3.CallVerificationsApi.APIlistMerchantVerificationsRequest. executeAsync(ApiCallback<VerificationsList> _callback)Execute listMerchantVerifications request (asynchronously)okhttp3.CallVerificationsApi.APIlistPaymentInstrumentVerificationsRequest. executeAsync(ApiCallback<VerificationsList> _callback)Execute listPaymentInstrumentVerifications request (asynchronously)okhttp3.CallVerificationsApi.APIlistVerificationsRequest. executeAsync(ApiCallback<VerificationsList> _callback)Execute listVerifications request (asynchronously) -
Uses of VerificationsList in model
Methods in model that return VerificationsList Modifier and Type Method Description VerificationsListVerificationsList. embedded(VerificationsListEmbedded embedded)static VerificationsListVerificationsList. fromJson(String jsonString)Create an instance of VerificationsList given an JSON stringVerificationsListVerificationsList. links(ListLinks links)VerificationsListVerificationsList. page(PageCursor page)
-