Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
OBJECT
The schema definition for a single underwriting decision component, specifying its label, required roles, and item schemas.
Fields
underwritingDecisionComponentItemSchemas
[UnderwritingDecisionComponentItemSchema!]!
required
The item schemas that define the verification checks within this component schema.
The unique identifier of the item schema.
The display label for this decision component item schema.
underwritingDecisionComponentFieldSchemas
[UnderwritingDecisionComponentFieldSchema!]!
required
The field schemas that define the data fields collected within this item schema.
associatedApplicationField
A JSON-type path of the location within the application of the field.
fieldType
DecisionComponentFieldType!
required
The type of the field, determining the UI input control used to collect data.Show Possible enum values
A boolean checkbox field for yes/no values.
A date picker field for selecting a date value.
A single-value dropdown selection field.
A multi-value dropdown selection field.
A multi-line text area field for longer text input.
A single-line text field for short text input.
A masked text field for sensitive data such as tax identification numbers.
A description of the decision component field.
The unique identifier of the field schema.
Boolean with value true if the given field is no longer used by the decision component.
Boolean with value true if the given field is not modifiable.
Boolean with value true if the given field is required.
The field name formatted for display.
selectFieldOptions
[SelectFieldOption!]!
required
The possible options for a select type field
The human-readable label displayed for this option.
The underlying value submitted when this option is selected.
The unique identifier of the component schema.
The display label for this decision component schema.
requiredRoles
[ApplicationParticipantRole!]
The participant roles required to access or interact with this decision component.Show Possible enum values
A sponsor bank that provides the underlying banking infrastructure and regulatory umbrella for payment processing.
An Independent Sales Organization (ISO) that acts as an intermediary between the sponsor bank and the acceptor.
A transactor such as a payment facilitator or marketplace that directly processes transactions on behalf of acceptors.
The authorization scopes required to access or interact with this decision component.