Uses of Class
model.CreateVerificationRequest
Packages that use CreateVerificationRequest
-
Uses of CreateVerificationRequest in api
Methods in api with parameters of type CreateVerificationRequestModifier and TypeMethodDescriptionVerificationsApi.create(CreateVerificationRequest createVerificationRequest) Perform a Verification Create a `verification` to verify an `Identity` or `Payment Instrument`.IdentitiesApi.createIdentityVerification(String identityId, CreateVerificationRequest createVerificationRequest) Verify an Identity Verify an identityokhttp3.CallIdentitiesApi.createIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify an Identity (asynchronously) Verify an identityokhttp3.CallIdentitiesApi.createIdentityVerificationCall(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createIdentityVerificationIdentitiesApi.createIdentityVerificationWithHttpInfo(String identityId, CreateVerificationRequest createVerificationRequest) Verify an Identity Verify an identityMerchantsApi.createMerchantVerification(String merchantId, CreateVerificationRequest createVerificationRequest) Verify a Merchant Verify a merchant either to reattempt provisioning, or when the merchant's `Identity` was updated.okhttp3.CallMerchantsApi.createMerchantVerificationAsync(String merchantId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify a Merchant (asynchronously) Verify a merchant either to reattempt provisioning, or when the merchant's `Identity` was updated.okhttp3.CallMerchantsApi.createMerchantVerificationCall(String merchantId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createMerchantVerificationMerchantsApi.createMerchantVerificationWithHttpInfo(String merchantId, CreateVerificationRequest createVerificationRequest) Verify a Merchant Verify a merchant either to reattempt provisioning, or when the merchant's `Identity` was updated.PaymentInstrumentsApi.createPaymentInstrumentVerification(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest) Verify a Payment Instrument Verify a `Payment Instrument` to determine if it's elligable for Push To Card transactions.okhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentVerificationAsync(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify a Payment Instrument (asynchronously) Verify a `Payment Instrument` to determine if it's elligable for Push To Card transactions.okhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentVerificationCall(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createPaymentInstrumentVerificationPaymentInstrumentsApi.createPaymentInstrumentVerificationWithHttpInfo(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest) Verify a Payment Instrument Verify a `Payment Instrument` to determine if it's elligable for Push To Card transactions.okhttp3.CallVerificationsApi.createVerificationAsync(CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Perform a Verification (asynchronously) Create a `verification` to verify an `Identity` or `Payment Instrument`.okhttp3.CallVerificationsApi.createVerificationCall(CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createVerificationVerificationsApi.createVerificationWithHttpInfo(CreateVerificationRequest createVerificationRequest) Perform a Verification Create a `verification` to verify an `Identity` or `Payment Instrument`. -
Uses of CreateVerificationRequest in model
Methods in model that return CreateVerificationRequestModifier and TypeMethodDescriptionstatic CreateVerificationRequestCreate an instance of CreateVerificationRequest given an JSON stringCreateVerificationRequest.instrument(String instrument) CreateVerificationRequest.putTagsItem(String key, String tagsItem)