BankAccountModel class abstract
BankAccountModel
Properties:
- formFactor - Business accounts with a
formFactorvalue of physical are business accounts issued under the central bank of that country. The default value is physical for NL, US, and UK business accounts. Adyen creates a local IBAN for business accounts when theformFactorvalue is set to virtual. The local IBANs that are supported are for DE and FR, which reference a physical NL account, with funds being routed through the central bank of NL.
- Annotations
-
- @BuiltValue.new()
Constructors
- BankAccountModel([void updates(BankAccountModelBuilder b)])
-
factory
Properties
- formFactor → BankAccountModelFormFactorEnum?
-
Business accounts with a
formFactorvalue of physical are business accounts issued under the central bank of that country. The default value is physical for NL, US, and UK business accounts. Adyen creates a local IBAN for business accounts when theformFactorvalue is set to virtual. The local IBANs that are supported are for DE and FR, which reference a physical NL account, with funds being routed through the central bank of NL.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BankAccountModelBuilder)) → BankAccountModel -
Rebuilds the instance.
inherited
-
toBuilder(
) → BankAccountModelBuilder -
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<
BankAccountModel> -
no setter