Uses of Class
com.docusign.esign.model.AccountIdentityVerificationResponse
-
Packages that use AccountIdentityVerificationResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of AccountIdentityVerificationResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return AccountIdentityVerificationResponse Modifier and Type Method Description AccountIdentityVerificationResponseAccountsApi. getAccountIdentityVerification(String accountId)Get the list of identity verification options for an account.Methods in com.docusign.esign.api that return types with arguments of type AccountIdentityVerificationResponse Modifier and Type Method Description ApiResponse<AccountIdentityVerificationResponse>AccountsApi. getAccountIdentityVerificationWithHttpInfo(String accountId)Get the list of identity verification options for an account This method returns a list of Identity Verification workflows that are available to an account. -
Uses of AccountIdentityVerificationResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountIdentityVerificationResponse Modifier and Type Method Description AccountIdentityVerificationResponseAccountIdentityVerificationResponse. addIdentityVerificationItem(AccountIdentityVerificationWorkflow identityVerificationItem)addIdentityVerificationItem.AccountIdentityVerificationResponseAccountIdentityVerificationResponse. identityVerification(List<AccountIdentityVerificationWorkflow> identityVerification)identityVerification.
-