Uses of Class
model.Verification
-
Packages that use Verification Package Description api model -
-
Uses of Verification in api
Methods in api that return Verification Modifier and Type Method Description VerificationVerificationsApi. create(CreateVerificationRequest createVerificationRequest)Create a Merchant Verification Create a `Verification` to verify a merchant's `Identity`.VerificationIdentitiesApi. createIdentityVerification(String identityId, CreateVerificationRequest createVerificationRequest)Verify an Identity Verify an `Identity`.VerificationMerchantsApi. createMerchantVerification(String merchantId, CreateVerificationRequest createVerificationRequest)Verify a Merchant If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.VerificationVerificationsApi. get(String verificationId)Fetch a Verification Retrieve the details of a `Verification`.Methods in api that return types with arguments of type Verification Modifier and Type Method Description ApiResponse<Verification>IdentitiesApi. createIdentityVerificationWithHttpInfo(String identityId, CreateVerificationRequest createVerificationRequest)Verify an Identity Verify an `Identity`.ApiResponse<Verification>MerchantsApi. createMerchantVerificationWithHttpInfo(String merchantId, CreateVerificationRequest createVerificationRequest)Verify a Merchant If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.ApiResponse<Verification>VerificationsApi. createVerificationWithHttpInfo(CreateVerificationRequest createVerificationRequest)Create a Merchant Verification Create a `Verification` to verify a merchant's `Identity`.ApiResponse<Verification>VerificationsApi. getVerificationWithHttpInfo(String verificationId)Fetch a Verification Retrieve the details of a `Verification`.Method parameters in api with type arguments of type Verification Modifier and Type Method Description okhttp3.CallIdentitiesApi. createIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback)Verify an Identity (asynchronously) Verify an `Identity`.okhttp3.CallMerchantsApi. createMerchantVerificationAsync(String merchantId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback)Verify a Merchant (asynchronously) If the `onboarding_state` for a `Merchant` returns **FAILED**, correct the `Identity` information saved for the `Merchant`.okhttp3.CallVerificationsApi. createVerificationAsync(CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback)Create a Merchant Verification (asynchronously) Create a `Verification` to verify a merchant's `Identity`.okhttp3.CallVerificationsApi. getVerificationAsync(String verificationId, ApiCallback<Verification> _callback)Fetch a Verification (asynchronously) Retrieve the details of a `Verification`. -
Uses of Verification in model
Methods in model that return Verification Modifier and Type Method Description VerificationVerification. addMessagesItem(Object messagesItem)VerificationVerification. application(String application)VerificationVerification. createdAt(OffsetDateTime createdAt)static VerificationVerification. fromJson(String jsonString)Create an instance of Verification given an JSON stringVerificationVerification. id(String id)VerificationVerification. identity(String identity)VerificationVerification. links(VerificationLinks links)VerificationVerification. merchant(String merchant)VerificationVerification. merchantIdentity(String merchantIdentity)VerificationVerification. messages(List<Object> messages)VerificationVerification. paymentInstrument(String paymentInstrument)VerificationVerification. processor(String processor)VerificationVerification. putTagsItem(String key, String tagsItem)VerificationVerification. raw(Object raw)VerificationVerification. state(Verification.StateEnum state)VerificationVerification. tags(Map<String,String> tags)VerificationVerification. traceId(String traceId)VerificationVerification. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Verification Modifier and Type Method Description Set<Verification>VerificationsListEmbedded. getVerifications()`Verification` resources.Methods in model with parameters of type Verification Modifier and Type Method Description VerificationsListEmbeddedVerificationsListEmbedded. addVerificationsItem(Verification verificationsItem)Method parameters in model with type arguments of type Verification Modifier and Type Method Description voidVerificationsListEmbedded. setVerifications(Set<Verification> verifications)VerificationsListEmbeddedVerificationsListEmbedded. verifications(Set<Verification> verifications)
-