Skip to content

Files

Latest commit

author
Jonathan Wenger
Dec 20, 2024
201b660 · Dec 20, 2024

History

History
25 lines (21 loc) · 1.52 KB

DataInputField.md

File metadata and controls

25 lines (21 loc) · 1.52 KB

Avalara.SDK.Model.EInvoicing.V1.DataInputField

The Data Input Field

Properties

Name Type Description Notes
Id string Field UUID [optional]
FieldId string Field ID [optional]
ApplicableDocumentRoots List<Object> [optional]
Path string Path to this field [optional]
Namespace string Namespace of this field [optional]
FieldName string Field name [optional]
ExampleOrFixedValue string An example of the content for this field [optional]
AcceptedValues Object An object representing the acceptable values for this field [optional]
DocumentationLink string An example of the content for this field [optional]
Description string A description of this field [optional]
IsSegment bool Is this a segment of the schema [optional]
RequiredFor DataInputFieldRequiredFor [optional]
ConditionalFor List<ConditionalForField> [optional]
NotUsedFor DataInputFieldNotUsedFor [optional]
OptionalFor DataInputFieldOptionalFor [optional]

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