OnboardingFlowDetails

data class OnboardingFlowDetails(val status: OnboardingState, val account: Account?, val mandateInfo: MandateInfo?)

Data class describing the online onboarding status after completing the web-form flow.

Parameters

status

the status of the bank verification flow.

account

the information about the chosen bank account that passed the verification process. Will not be null when status is OnboardingState.COMPLETED.

mandateInfo

the digital SEPA Mandate text and language. Will not be null when status is OnboardingState.COMPLETED.

Constructors

Link copied to clipboard
constructor(status: OnboardingState, account: Account?, mandateInfo: MandateInfo?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard