Uses of Class
com.docusign.esign.model.NewAccountSummary
-
Packages that use NewAccountSummary Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of NewAccountSummary in com.docusign.esign.api
Methods in com.docusign.esign.api that return NewAccountSummary Modifier and Type Method Description NewAccountSummaryAccountsApi. create(NewAccountDefinition newAccountDefinition)Creates new accounts..NewAccountSummaryAccountsApi. create(NewAccountDefinition newAccountDefinition, AccountsApi.CreateOptions options)Creates new accounts..Methods in com.docusign.esign.api that return types with arguments of type NewAccountSummary Modifier and Type Method Description ApiResponse<NewAccountSummary>AccountsApi. createWithHttpInfo(NewAccountDefinition newAccountDefinition, AccountsApi.CreateOptions options)Creates new accounts. -
Uses of NewAccountSummary in com.docusign.esign.model
Methods in com.docusign.esign.model that return NewAccountSummary Modifier and Type Method Description NewAccountSummaryNewAccountSummary. accountId(String accountId)accountId.NewAccountSummaryNewAccountSummary. accountIdGuid(String accountIdGuid)accountIdGuid.NewAccountSummaryNewAccountSummary. accountName(String accountName)accountName.NewAccountSummaryNewAccountSummary. apiPassword(String apiPassword)apiPassword.NewAccountSummaryNewAccountSummary. baseUrl(String baseUrl)baseUrl.NewAccountSummaryNewAccountSummary. billingPlanPreview(BillingPlanPreview billingPlanPreview)billingPlanPreview.NewAccountSummaryNewAccountSummary. userId(String userId)userId.
-