BeneficiarySetupNotificationContent class abstract
BeneficiarySetupNotificationContent
Properties:
- destinationAccountCode - The code of the beneficiary account.
- destinationAccountHolderCode - The code of the beneficiary Account Holder.
- invalidFields - A listing of the invalid fields which have caused the Setup Beneficiary request to fail. If this is empty, the Setup Beneficiary request has succeeded.
- merchantReference - The reference provided by the merchant.
- sourceAccountCode - The code of the benefactor account.
- sourceAccountHolderCode - The code of the benefactor Account Holder.
- transferDate - The date on which the beneficiary was set up and funds transferred from benefactor to beneficiary.
- Annotations
-
- @BuiltValue.new()
Constructors
- BeneficiarySetupNotificationContent([void updates(BeneficiarySetupNotificationContentBuilder b)])
-
factory
Properties
- destinationAccountCode → String?
-
The code of the beneficiary account.
no setter
- destinationAccountHolderCode → String?
-
The code of the beneficiary Account Holder.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidFields
→ BuiltList<
ErrorFieldType> ? -
A listing of the invalid fields which have caused the Setup Beneficiary request to fail. If this is empty, the Setup Beneficiary request has succeeded.
no setter
- merchantReference → String?
-
The reference provided by the merchant.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceAccountCode → String?
-
The code of the benefactor account.
no setter
- sourceAccountHolderCode → String?
-
The code of the benefactor Account Holder.
no setter
- transferDate → DateTime?
-
The date on which the beneficiary was set up and funds transferred from benefactor to beneficiary.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BeneficiarySetupNotificationContentBuilder)) → BeneficiarySetupNotificationContent -
Rebuilds the instance.
inherited
-
toBuilder(
) → BeneficiarySetupNotificationContentBuilder -
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<
BeneficiarySetupNotificationContent> -
no setter