BankStatementSecureValue
data class BankStatementSecureValue(val translation: List<FileCredentials> = emptyList(), val files: List<FileCredentials> = emptyList()) : OtherDocumentsSecureValue
Constructors
Link copied to clipboard
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())