DirectDebitInitiatedNotificationContent class abstract
DirectDebitInitiatedNotificationContent
Properties:
- accountCode - The code of the account.
- amount - The amount to be debited from the funding account.
- debitInitiationDate - The date of the debit initiation.
- invalidFields - Invalid fields list.
- merchantAccountCode - The code of the merchant account.
- splits - The split data for the debit request.
- status - Direct debit status.
- Annotations
-
- @BuiltValue.new()
Constructors
- DirectDebitInitiatedNotificationContent([void updates(DirectDebitInitiatedNotificationContentBuilder b)])
-
factory
Properties
- accountCode → String
-
The code of the account.
no setter
- amount → Amount
-
The amount to be debited from the funding account.
no setter
- debitInitiationDate → LocalDate?
-
The date of the debit initiation.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidFields
→ BuiltList<
ErrorFieldType> ? -
Invalid fields list.
no setter
- merchantAccountCode → String
-
The code of the merchant account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
splits
→ BuiltList<
Split> ? -
The split data for the debit request.
no setter
- status → OperationStatus?
-
Direct debit status.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DirectDebitInitiatedNotificationContentBuilder)) → DirectDebitInitiatedNotificationContent -
Rebuilds the instance.
inherited
-
toBuilder(
) → DirectDebitInitiatedNotificationContentBuilder -
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<
DirectDebitInitiatedNotificationContent> -
no setter