Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.84 KB

DataInputField.md

File metadata and controls

25 lines (21 loc) · 1.84 KB

AvalaraSdk.EInvoicing.V1.DataInputField

The Data Input Field

Properties

Name Type Description Notes
id string Field UUID [optional] [default to undefined]
fieldId string Field ID [optional] [default to undefined]
applicableDocumentRoots Array<object> [optional] [default to undefined]
path string Path to this field [optional] [default to undefined]
namespace string Namespace of this field [optional] [default to undefined]
fieldName string Field name [optional] [default to undefined]
exampleOrFixedValue string An example of the content for this field [optional] [default to undefined]
acceptedValues object An object representing the acceptable values for this field [optional] [default to undefined]
documentationLink string An example of the content for this field [optional] [default to undefined]
description string A description of this field [optional] [default to undefined]
isSegment boolean Is this a segment of the schema [optional] [default to undefined]
requiredFor DataInputFieldRequiredFor [optional] [default to undefined]
conditionalFor Array<ConditionalForField> [optional] [default to undefined]
notUsedFor DataInputFieldNotUsedFor [optional] [default to undefined]
optionalFor DataInputFieldOptionalFor [optional] [default to undefined]

[Back to Model list] [Back to API list] [Back to README]