Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.8 KB

MandateDataInputField.md

File metadata and controls

24 lines (20 loc) · 1.8 KB

AvalaraSdk.EInvoicing.V1.MandateDataInputField

The Data Input Field

Properties

Name Type Description Notes
fieldId string Field ID [optional] [default to undefined]
documentType string The document type [optional] [default to undefined]
documentVersion string The document version [optional] [default to undefined]
path string Path to this field [optional] [default to undefined]
pathType string The type of path [optional] [default to undefined]
fieldName string Field name [optional] [default to undefined]
namespace MandateDataInputFieldNamespace [optional] [default to undefined]
exampleOrFixedValue string An example of the content for this field [optional] [default to undefined]
acceptedValues Array<string> An Array 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]
dataType string The data type of this field. [optional] [default to undefined]
description string A description of this field [optional] [default to undefined]
optionality string Determines if the field if Required/Conditional/Optional or not required. [optional] [default to undefined]
cardinality string Represents the number of times an element can appear within the document [optional] [default to undefined]

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