Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Missing formfields TYPE parameterr #102

@alexmac05

Description

@alexmac05

Please add this parameter (form_fields_per_document TYPE) to the class FormField.

An example to see this in use would be using this endpoint

https://app.hellosign.com/api/reference#create_embedded_unclaimed_draft
and using the parameter form_fields_per_document TYPE.

In the Java SDK.

Need this for end to end testing.

It should be added here....
package com.hellosign.sdk.resource.support.types;
public enum FieldType {
text,
signature,
initials,
checkbox,
date_signed;
private FieldType() {
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions