From 1a50074d9b2b8e994f79811133ec9254db456e92 Mon Sep 17 00:00:00 2001 From: Majid Mallis Date: Tue, 13 Apr 2021 22:14:34 -0700 Subject: [PATCH] Version 2.20.0-RC-v2-21.1.01 release (#186) Co-authored-by: DevCenter-DocuSign --- CHANGELOG.md | 7 +- README.md | 106 ++++++++---------- build.gradle | 2 +- pom.xml | 2 +- .../com/docusign/esign/api/AccountsApi.java | 47 ++++++++ .../com/docusign/esign/api/BillingApi.java | 2 +- .../com/docusign/esign/api/ConnectApi.java | 56 +-------- .../com/docusign/esign/client/ApiClient.java | 2 +- .../esign/model/AccountBillingPlan.java | 48 +++++++- .../docusign/esign/model/BillingCharge.java | 4 +- 10 files changed, 151 insertions(+), 125 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83343d0..acc80ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # DocuSign Java Client Changelog See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. -## [v2.19.0-RC2] - eSignature API v2-20.4.01 - 2020-01-20 +## [v2.20.0-RC1] - eSignature API v2-21.1.01 - 2021-04-13 +### Changed +- Added support for version v2-21.1.01 of the DocuSign eSignature API. +- Updated the SDK release version. + +## [v2.19.0-RC2] - eSignature API v2-20.4.01 - 2021-01-20 ### Changed - Added support for version v2-20.4.01 of the DocuSign eSignature API. - Updated the SDK release version. diff --git a/README.md b/README.md index c9c8b746..8d58a132 100644 --- a/README.md +++ b/README.md @@ -1,94 +1,76 @@ -# The Official DocuSign Java Client +# The Official DocuSign eSignature Java Client SDK [![Build status][travis-image]][travis-url] [![Maven Central status][maven-image]][maven-url] ## Requirements -- Java 1.9+ -- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531) +* Java 1.9+ +* Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531) ## Compatibility -- Java 1.9+ - -## Note - -This open-source SDK is provided for cases where you would like to make additional changes that the SDK does not provide out-of-the-box. If you simply want to use the SDK with any of the examples shown in the [Developer Center](https://developers.docusign.com/esign-rest-api/code-examples), follow the installation instructions below. +* Java 1.9+ ## Installation +This SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our [code examples](https://developers.docusign.com/docs/esign-rest-api/how-to/) from the [DocuSign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below. -Note: DocuSign uses **Eclipse** with **Maven** for testing purposes. +**Note:** DocuSign uses Eclipse with Maven for testing purposes. ### Maven: - -1. In Eclipse, create a new project by selecting **File** -> **New** -> **Project**. -2. In the **New Project Wizard** , expand **Maven** , then select **Maven Project.** +1. In Eclipse, create a new project by selecting **File > New > Project**. +2. In the New Project Wizard, expand **Maven,** then select **Maven Project.** 3. Leave **Create a simple project** unchecked. -4. Select **Next** , then provide a unique **Group** and **Artifact Id**. -5. In the directory where you've saved your project, open the _pom.xml_ file. -6. In the _pom.xml_ file, locate the **dependencies** node. -7. Add: - -``` - - com.docusign - docusign-esign-java - 2.19.0-RC2 - -``` - -8. If your project is still open, restart **Eclipse**. +4. Select **Next,** then provide a unique **groupId** and **artifactId.** +5. In the directory where you've saved your project, open the pom.xml file. +6. In the pom.xml file, locate the `dependencies` node. +7. Add: + ``` + + com.docusign + docusign-esign-java + 2.20.0-RC1 + + ``` +8. If your project is still open, restart Eclipse. ## Dependencies - This client has the following external dependencies: -- swagger:swagger-annotations:jar:1.5.8 -- sun.jersey:jersey-client:jar:1.19.1 -- sun.jersey.contribs:jersey-multipart:jar:1.19.1 -- fasterxml.jackson.core:jackson-core:jar:2.9.9 -- fasterxml.jackson.core:jackson-annotations:jar:2.9.9 -- fasterxml.jackson.core:jackson-databind:jar:2.9.9 -- fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.9 -- fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.1.5 -- joda-time:joda-time:jar:2.9.3 -- brsanthu:migbase64:jar:2.2 -- apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2 -- junit:junit:jar:4.12 - -## Code Examples - -### Launchers +* swagger:swagger-annotations:jar:1.5.8 +* sun.jersey:jersey-client:jar:1.19.1 +* sun.jersey.contribs:jersey-multipart:jar:1.19.1 +* fasterxml.jackson.core:jackson-core:jar:2.9.9 +* fasterxml.jackson.core:jackson-annotations:jar:2.9.9 +* fasterxml.jackson.core:jackson-databind:jar:2.9.9 +* fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.9 +* fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.1.5 +* joda-time:joda-time:jar:2.9.3 +* brsanthu:migbase64:jar:2.2 +* apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2 +* junit:junit:jar:4.12 -DocuSign provides a sample application referred to as a [Launcher](https://github.com/docusign/eg-03-java-auth-code-grant). The Launcher contains a set of 14 common use cases and associated source files. These examples use DocuSign's [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow. +## Code examples +You can find on our GitHub a self-executing package of code examples for the eSignature C# SDK, called a [Launcher](https://github.com/docusign/code-examples-java/blob/master/README.md), that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples can use either the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Token (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) authentication workflows. -### Proof-of-concept applications +## OAuth implementations +For details regarding which type of OAuth grant will work best for your DocuSign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in the [DocuSign Developer Center](https://developers.docusign.com/). -If your goal is to create a proof-of-concept application, DocuSign provides a set of [Quick Start](https://github.com/docusign/qs-java) examples. The Quick Start examples are meant to be used with DocuSign's [OAuth Token Generator](https://developers.docusign.com/oauth-token-generator), which will allow you to generate tokens for the Demo/Sandbox environment only. These tokens last for eight hours and will enable you to build your proof-of-concept application without the need to fully implement an OAuth solution. - -## OAuth Implementations - -For details regarding which type of OAuth grant will work best for your DocuSign integration, see the [REST API Authentication Overview](https://developers.docusign.com/esign-rest-api/guides/authentication) guide located on the [DocuSign Developer Center](https://developers.docusign.com/esign-rest-api/guides/authentication). - -For security purposes, DocuSign recommends using the Authorization Code Grant flow. - -There are other use-case scenarios, such as **single page applications** (SPA) that use **Cross-Origin Resource Sharing** (CORS), or where there may not be a user to interact with your Service Account. For these use cases, DocuSign also supports [JWT](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) and [Implicit](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit) grants. For code examples, see the links below: - -- [JWT (JSON Web Token)](https://github.com/docusign/eg-01-java-jwt) -- Implicit Grant (coming soon) +For security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow. ## Support - Log issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi). ## License +The DocuSign eSignature Java Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-java-client/blob/master/LICENSE). -The DocuSign Java Client is licensed under the [MIT License](https://github.com/docusign/docusign-java-client/blob/master/LICENSE). - +### Additional resources +* [DocuSign Developer Center](https://developers.docusign.com/) +* [DocuSign API on Twitter](https://twitter.com/docusignapi) +* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/) +* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ) [travis-image]: https://img.shields.io/travis/docusign/docusign-java-client.svg?style=flat [travis-url]: https://travis-ci.org/docusign/docusign-java-client [maven-image]: https://img.shields.io/maven-central/v/com.docusign/docusign-esign-java.svg?style=flat -[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22 - +[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 4731fe57..4c501b1f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.docusign' -version = '2.19.0-RC2' +version = '2.20.0-RC1' buildscript { repositories { diff --git a/pom.xml b/pom.xml index b71cfe3f..e874a737 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ docusign-esign-java jar docusign-esign-java - 2.19.0-RC2 + 2.20.0-RC1 The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development. https://developers.docusign.com diff --git a/src/main/java/com/docusign/esign/api/AccountsApi.java b/src/main/java/com/docusign/esign/api/AccountsApi.java index 9f62493d..272d22d6 100644 --- a/src/main/java/com/docusign/esign/api/AccountsApi.java +++ b/src/main/java/com/docusign/esign/api/AccountsApi.java @@ -1893,6 +1893,53 @@ public ProvisioningInformation getProvisioning() throws ApiException { return apiClient.invokeAPI(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType); } + /** + * Returns Account available seals for specified account. + * + * @param accountId The external account number (int) or account ID Guid. (required) + * @return AccountSeals + * @throws ApiException if fails to make API call + */ + public AccountSeals getSealProviders(String accountId) throws ApiException { + Object localVarPostBody = "{}"; + + // verify the required parameter 'accountId' is set + if (accountId == null) { + throw new ApiException(400, "Missing the required parameter 'accountId' when calling getSealProviders"); + } + + // create path and map variables + String localVarPath = "/v2/accounts/{accountId}/seals" + .replaceAll("\\{" + "accountId" + "\\}", apiClient.escapeString(accountId.toString())); + + // query params + java.util.List localVarQueryParams = new java.util.ArrayList(); + java.util.List localVarCollectionQueryParams = new java.util.ArrayList(); + java.util.Map localVarHeaderParams = new java.util.HashMap(); + java.util.Map localVarFormParams = new java.util.HashMap(); + + + + + + + + final String[] localVarAccepts = { + "application/json" + }; + final String localVarAccept = apiClient.selectHeaderAccept(localVarAccepts); + + final String[] localVarContentTypes = { + + }; + final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes); + + String[] localVarAuthNames = new String[] { "docusignAccessCode" }; + + GenericType localVarReturnType = new GenericType() {}; + return apiClient.invokeAPI(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType); + } + /** * Gets list of supported languages for recipient language setting. * diff --git a/src/main/java/com/docusign/esign/api/BillingApi.java b/src/main/java/com/docusign/esign/api/BillingApi.java index f71b57a1..b4c1d7c2 100644 --- a/src/main/java/com/docusign/esign/api/BillingApi.java +++ b/src/main/java/com/docusign/esign/api/BillingApi.java @@ -127,7 +127,7 @@ public CreditCardInformation getCreditCardInfo(String accountId) throws ApiExcep /** * Retrieves a billing invoice. - * Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | IDÂ Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + * Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | * @param accountId The external account number (int) or account ID Guid. (required) * @param invoiceId (required) * @return BillingInvoice diff --git a/src/main/java/com/docusign/esign/api/ConnectApi.java b/src/main/java/com/docusign/esign/api/ConnectApi.java index 6ad1453b..fb4fd7cb 100644 --- a/src/main/java/com/docusign/esign/api/ConnectApi.java +++ b/src/main/java/com/docusign/esign/api/ConnectApi.java @@ -199,7 +199,7 @@ public void deleteConnectSecret(String accountId, String keyId) throws ApiExcept } // create path and map variables - String localVarPath = "/v2/accounts/{accountId}/connect/secret/{keyId}/delete" + String localVarPath = "/v2/accounts/{accountId}/connect/secret/{keyId}" .replaceAll("\\{" + "accountId" + "\\}", apiClient.escapeString(accountId.toString())) .replaceAll("\\{" + "keyId" + "\\}", apiClient.escapeString(keyId.toString())); @@ -935,60 +935,6 @@ public MobileNotifierConfigurationInformation listMobileNotifiers(String account GenericType localVarReturnType = new GenericType() {}; return apiClient.invokeAPI(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType); } - - /** - * Test connect configuration. - * - * @param accountId The external account number (int) or account ID Guid. (required) - * @param connectId The ID of the custom Connect configuration being accessed. (required) - * @return ResourceInformation - * @throws ApiException if fails to make API call - */ - public ResourceInformation listTests(String accountId, String connectId) throws ApiException { - Object localVarPostBody = "{}"; - - // verify the required parameter 'accountId' is set - if (accountId == null) { - throw new ApiException(400, "Missing the required parameter 'accountId' when calling listTests"); - } - - // verify the required parameter 'connectId' is set - if (connectId == null) { - throw new ApiException(400, "Missing the required parameter 'connectId' when calling listTests"); - } - - // create path and map variables - String localVarPath = "/v2/accounts/{accountId}/connect/{connectId}/tests" - .replaceAll("\\{" + "accountId" + "\\}", apiClient.escapeString(accountId.toString())) - .replaceAll("\\{" + "connectId" + "\\}", apiClient.escapeString(connectId.toString())); - - // query params - java.util.List localVarQueryParams = new java.util.ArrayList(); - java.util.List localVarCollectionQueryParams = new java.util.ArrayList(); - java.util.Map localVarHeaderParams = new java.util.HashMap(); - java.util.Map localVarFormParams = new java.util.HashMap(); - - - - - - - - final String[] localVarAccepts = { - "application/json" - }; - final String localVarAccept = apiClient.selectHeaderAccept(localVarAccepts); - - final String[] localVarContentTypes = { - - }; - final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes); - - String[] localVarAuthNames = new String[] { "docusignAccessCode" }; - - GenericType localVarReturnType = new GenericType() {}; - return apiClient.invokeAPI(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType); - } /// /// Returns users from the configured Connect service. Returns users from the configured Connect service. /// diff --git a/src/main/java/com/docusign/esign/client/ApiClient.java b/src/main/java/com/docusign/esign/client/ApiClient.java index 59a4d086..c3a90a52 100644 --- a/src/main/java/com/docusign/esign/client/ApiClient.java +++ b/src/main/java/com/docusign/esign/client/ApiClient.java @@ -84,7 +84,7 @@ public ApiClient() { this.dateFormat = new RFC3339DateFormat(); // Set default User-Agent. - setUserAgent("Swagger-Codegen/2.19.0-RC2/java"); + setUserAgent("Swagger-Codegen/2.20.0-RC1/java"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap(); diff --git a/src/main/java/com/docusign/esign/model/AccountBillingPlan.java b/src/main/java/com/docusign/esign/model/AccountBillingPlan.java index 336881b1..3d939b5b 100644 --- a/src/main/java/com/docusign/esign/model/AccountBillingPlan.java +++ b/src/main/java/com/docusign/esign/model/AccountBillingPlan.java @@ -20,6 +20,12 @@ public class AccountBillingPlan { @JsonProperty("addOns") private java.util.List addOns = null; + @JsonProperty("appStoreReceiptExpirationDate") + private String appStoreReceiptExpirationDate = null; + + @JsonProperty("appStoreReceiptPurchaseDate") + private String appStoreReceiptPurchaseDate = null; + @JsonProperty("canCancelRenewal") private String canCancelRenewal = null; @@ -106,6 +112,42 @@ public void setAddOns(java.util.List addOns) { this.addOns = addOns; } + public AccountBillingPlan appStoreReceiptExpirationDate(String appStoreReceiptExpirationDate) { + this.appStoreReceiptExpirationDate = appStoreReceiptExpirationDate; + return this; + } + + /** + * + * @return appStoreReceiptExpirationDate + **/ + @ApiModelProperty(value = "") + public String getAppStoreReceiptExpirationDate() { + return appStoreReceiptExpirationDate; + } + + public void setAppStoreReceiptExpirationDate(String appStoreReceiptExpirationDate) { + this.appStoreReceiptExpirationDate = appStoreReceiptExpirationDate; + } + + public AccountBillingPlan appStoreReceiptPurchaseDate(String appStoreReceiptPurchaseDate) { + this.appStoreReceiptPurchaseDate = appStoreReceiptPurchaseDate; + return this; + } + + /** + * + * @return appStoreReceiptPurchaseDate + **/ + @ApiModelProperty(value = "") + public String getAppStoreReceiptPurchaseDate() { + return appStoreReceiptPurchaseDate; + } + + public void setAppStoreReceiptPurchaseDate(String appStoreReceiptPurchaseDate) { + this.appStoreReceiptPurchaseDate = appStoreReceiptPurchaseDate; + } + public AccountBillingPlan canCancelRenewal(String canCancelRenewal) { this.canCancelRenewal = canCancelRenewal; return this; @@ -493,6 +535,8 @@ public boolean equals(java.lang.Object o) { } AccountBillingPlan accountBillingPlan = (AccountBillingPlan) o; return Objects.equals(this.addOns, accountBillingPlan.addOns) && + Objects.equals(this.appStoreReceiptExpirationDate, accountBillingPlan.appStoreReceiptExpirationDate) && + Objects.equals(this.appStoreReceiptPurchaseDate, accountBillingPlan.appStoreReceiptPurchaseDate) && Objects.equals(this.canCancelRenewal, accountBillingPlan.canCancelRenewal) && Objects.equals(this.canUpgrade, accountBillingPlan.canUpgrade) && Objects.equals(this.currencyCode, accountBillingPlan.currencyCode) && @@ -517,7 +561,7 @@ public boolean equals(java.lang.Object o) { @Override public int hashCode() { - return Objects.hash(addOns, canCancelRenewal, canUpgrade, currencyCode, enableSupport, includedSeats, incrementalSeats, isDowngrade, notificationType, otherDiscountPercent, paymentCycle, paymentMethod, perSeatPrice, planClassification, planFeatureSets, planId, planName, renewalStatus, seatDiscounts, supportIncidentFee, supportPlanFee); + return Objects.hash(addOns, appStoreReceiptExpirationDate, appStoreReceiptPurchaseDate, canCancelRenewal, canUpgrade, currencyCode, enableSupport, includedSeats, incrementalSeats, isDowngrade, notificationType, otherDiscountPercent, paymentCycle, paymentMethod, perSeatPrice, planClassification, planFeatureSets, planId, planName, renewalStatus, seatDiscounts, supportIncidentFee, supportPlanFee); } @@ -527,6 +571,8 @@ public String toString() { sb.append("class AccountBillingPlan {\n"); sb.append(" addOns: ").append(toIndentedString(addOns)).append("\n"); + sb.append(" appStoreReceiptExpirationDate: ").append(toIndentedString(appStoreReceiptExpirationDate)).append("\n"); + sb.append(" appStoreReceiptPurchaseDate: ").append(toIndentedString(appStoreReceiptPurchaseDate)).append("\n"); sb.append(" canCancelRenewal: ").append(toIndentedString(canCancelRenewal)).append("\n"); sb.append(" canUpgrade: ").append(toIndentedString(canUpgrade)).append("\n"); sb.append(" currencyCode: ").append(toIndentedString(currencyCode)).append("\n"); diff --git a/src/main/java/com/docusign/esign/model/BillingCharge.java b/src/main/java/com/docusign/esign/model/BillingCharge.java index 5f31905d..0b4a63e4 100644 --- a/src/main/java/com/docusign/esign/model/BillingCharge.java +++ b/src/main/java/com/docusign/esign/model/BillingCharge.java @@ -97,10 +97,10 @@ public BillingCharge chargeName(String chargeName) { } /** - * Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | IDÂ Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + * Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | * @return chargeName **/ - @ApiModelProperty(value = "Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | IDÂ Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge |") + @ApiModelProperty(value = "Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge |") public String getChargeName() { return chargeName; }