Type Alias ContractApiCreateContractSignatureRequest

ContractApiCreateContractSignatureRequest: {
    contractName: string;
    contractType?: ContractType;
    organizationId?: string;
    validated: boolean;
}

Type declaration

  • contractName: string

    The name of the contract.

  • OptionalcontractType?: ContractType

    The type of the contract.

  • OptionalorganizationId?: string

    ID of the Organization.

  • validated: boolean

    Whether the contract is validated at creation.