Number

data class Number(val value: String) : AccountIdentifier

Account number that is not an IBAN, e.g. ISO 20022 BBANIdentifier.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard