Uses of Class
model.Verification
Packages that use Verification
-
Uses of Verification in api
Methods in api that return VerificationModifier 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 identityMerchantsApi.createMerchantVerification(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.Get a Verification Retrieve the details of a `Verification`.Methods in api that return types with arguments of type VerificationModifier and TypeMethodDescriptionIdentitiesApi.createIdentityVerificationWithHttpInfo(String identityId, CreateVerificationRequest createVerificationRequest) Verify an Identity Verify an identityMerchantsApi.createMerchantVerificationWithHttpInfo(String merchantId, CreateVerificationRequest createVerificationRequest) Verify a Merchant Verify a merchant either to reattempt provisioning, or when the merchant's `Identity` was updated.PaymentInstrumentsApi.createPaymentInstrumentVerificationWithHttpInfo(String paymentInstrumentId, CreateVerificationRequest createVerificationRequest) Verify a Payment Instrument Verify a `Payment Instrument` to determine if it's elligable for Push To Card transactions.VerificationsApi.createVerificationWithHttpInfo(CreateVerificationRequest createVerificationRequest) Perform a Verification Create a `verification` to verify an `Identity` or `Payment Instrument`.VerificationsApi.getVerificationWithHttpInfo(String verificationId) Get a Verification Retrieve the details of a `Verification`.Method parameters in api with type arguments of type VerificationModifier and TypeMethodDescriptionokhttp3.CallIdentitiesApi.createIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify an Identity (asynchronously) Verify an identityokhttp3.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.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.CallVerificationsApi.createVerificationAsync(CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Perform a Verification (asynchronously) Create a `verification` to verify an `Identity` or `Payment Instrument`.okhttp3.CallVerificationsApi.getVerificationAsync(String verificationId, ApiCallback<Verification> _callback) Get a Verification (asynchronously) Retrieve the details of a `Verification`. -
Uses of Verification in model
Methods in model that return VerificationModifier and TypeMethodDescriptionVerification.addMessagesItem(Object messagesItem) Verification.application(String application) Verification.createdAt(OffsetDateTime createdAt) static VerificationCreate an instance of Verification given an JSON stringVerification.links(DisputeEvidenceLinks links) Verification.merchantIdentity(String merchantIdentity) Verification.paymentInstrument(String paymentInstrument) Verification.putTagsItem(String key, String tagsItem) Verification.state(Verification.StateEnum state) Verification.updatedAt(OffsetDateTime updatedAt) Methods in model that return types with arguments of type VerificationMethods in model with parameters of type VerificationModifier and TypeMethodDescriptionVerificationsListEmbedded.addVerificationsItem(Verification verificationsItem) Method parameters in model with type arguments of type VerificationModifier and TypeMethodDescriptionvoidVerificationsListEmbedded.setVerifications(Set<Verification> verifications) VerificationsListEmbedded.verifications(Set<Verification> verifications)