IbanAccountIdentificationRequirement class abstract

IbanAccountIdentificationRequirement

Properties:

  • description - Specifies the allowed prefixes for the international bank account number as defined in the ISO-13616 standard.
  • ibanPrefixes - Contains the list of allowed prefixes for international bank accounts. For example: NL, US, UK.
  • type - ibanAccountIdentificationRequirement
Annotations
  • @BuiltValue.new()

Properties

description String?
Specifies the allowed prefixes for the international bank account number as defined in the ISO-13616 standard.
no setter
hashCode int
The hash code for this object.
no setterinherited
ibanPrefixes → BuiltList<String>?
Contains the list of allowed prefixes for international bank accounts. For example: NL, US, UK.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type IbanAccountIdentificationRequirementTypeEnum
ibanAccountIdentificationRequirement
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(IbanAccountIdentificationRequirementBuilder)) IbanAccountIdentificationRequirement
Rebuilds the instance.
inherited
toBuilder() IbanAccountIdentificationRequirementBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<IbanAccountIdentificationRequirement>
no setter