Package-level declarations

Types

Link copied to clipboard
data class Account(val iban: String, val accountHolder: String)

Class describing the bank account info.

Link copied to clipboard
data class MandateInfo(val mandateText: String, val mandateLocale: String)

Data class describing the digital SEPA Mandate info.

Link copied to clipboard
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.

Link copied to clipboard