DocumentTypeStrings
data class DocumentTypeStrings(val tipsStrings: DocumentTypeStrings.Tips, val permissions: DocumentTypeStrings.Permissions, val captureStrings: DocumentTypeStrings.Capture) : Serializable
A model containing every string in the standalone capture flow which refers to a specific capture "document type". Customizing the contents of this model allow for the customization of the capture strings for any document type.
Default configurations for currently supported document types exist as:
For receipts: defaultReceiptStrings
For invoices: defaultInvoiceStrings
Constructors
Link copied to clipboard
constructor(tipsStrings: DocumentTypeStrings.Tips, permissions: DocumentTypeStrings.Permissions, captureStrings: DocumentTypeStrings.Capture)