pub struct LendingDocumentSchema {Show 16 fields
pub id: Option<String>,
pub name: Option<String>,
pub type_: Option<String>,
pub application_id: Option<String>,
pub los_type: Option<String>,
pub los_type_id: Option<String>,
pub created: Option<String>,
pub party_ids: Option<Vec<String>>,
pub download_url: Option<String>,
pub last_exported_at: Option<String>,
pub text: Option<String>,
pub category: Option<String>,
pub signer_info: Option<Vec<Value>>,
pub custom_fields: Option<LendingCustomFields>,
pub custom_metadata: Option<LendingCustomMetadata>,
pub additional_entities: Option<Value>,
}
Fields§
§id: Option<String>
The UUID of the Document in Blend’s system. The static identifier that should be used to connect the document’s identity across Blend and external integrations.
name: Option<String>
Document Filename
type_: Option<String>
Blend document type
application_id: Option<String>
The UUID of the application in Blend’s system. The static identifier that should be used to connect the application’s identity across Blend and external integrations.
los_type: Option<String>
LOS document type (used with Blend document templating)
los_type_id: Option<String>
LOS document id (used for external tracking)
created: Option<String>
UTC Timestamp of document creation
party_ids: Option<Vec<String>>
UUIDs of the Parties associated with this document
download_url: Option<String>
URL where the Document can be Downloaded from
last_exported_at: Option<String>
UTC Timestamp of last export for document
text: Option<String>
Description used in UI
category: Option<String>
Document’s hierarchical category
signer_info: Option<Vec<Value>>
§custom_fields: Option<LendingCustomFields>
Custom fields on GET responses for supported resources
custom_metadata: Option<LendingCustomMetadata>
Custom metadata on GET responses for supported resources
additional_entities: Option<Value>
Additional entities ids associated with the document