TransferInstrumentReference class abstract
TransferInstrumentReference
Properties:
- accountIdentifier - The masked IBAN or bank account number.
- id - The unique identifier of the resource.
- realLastFour - Four last digits of the bank account number. If the transfer instrument is created using instant bank account verification, and it is a virtual bank account, these digits may be different from the last four digits of the masked account number.
- trustedSource - Identifies if the bank account was created through instant bank verification.
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferInstrumentReference([void updates(TransferInstrumentReferenceBuilder b)])
-
factory
Properties
- accountIdentifier → String
-
The masked IBAN or bank account number.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier of the resource.
no setter
- realLastFour → String?
-
Four last digits of the bank account number. If the transfer instrument is created using instant bank account verification, and it is a virtual bank account, these digits may be different from the last four digits of the masked account number.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trustedSource → bool?
-
Identifies if the bank account was created through instant bank verification.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(TransferInstrumentReferenceBuilder)) → TransferInstrumentReference -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransferInstrumentReferenceBuilder -
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<
TransferInstrumentReference> -
no setter