BeneficiarySetupNotificationContent class abstract

BeneficiarySetupNotificationContent

Properties:

Annotations
  • @BuiltValue.new()

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