Xs2aHolderIdentificationCheck

data class Xs2aHolderIdentificationCheck(@Json(name = expect_holdersexpectHolders: List<ExpectedHolderObject>)

XS2A.holder_identification_check. Using this module a list of names can be checked against the name of the accountholder of all accounts in the bank connection. For the request only the first name and last name must be transferred. As result you get the information if there is a match per account and given name and lastname.

Parameters

expectHolders

Array of objects containing firstnames and lastnames.

Constructors

Xs2aHolderIdentificationCheck
Link copied to clipboard
fun Xs2aHolderIdentificationCheck(@Json(name = expect_holdersexpectHolders: List<ExpectedHolderObject>)
Array of objects containing firstnames and lastnames.

Properties

expectHolders
Link copied to clipboard
var expectHolders: List<ExpectedHolderObject>
Array of objects containing firstnames and lastnames.