Customer Identifiers Onboarding
data class CustomerIdentifiersOnboarding(val email: CustomerIdentifier, val mobile: CustomerIdentifier)
Data class representing Customer identifiers used in the onboarding process.
Data class representing Customer identifiers used in the onboarding process.