DirectDebitInformation class abstract

DirectDebitInformation

Properties:

  • dateOfSignature - The date when the direct debit mandate was accepted by your user, in ISO-8601 format.
  • dueDate - The date when the funds are deducted from your user's balance account.
  • mandateId - Your unique identifier for the direct debit mandate.
  • sequenceType - Identifies the direct debit transfer's type. Possible values: OneOff, First, Recurring, Final.
Annotations
  • @BuiltValue.new()

Constructors

DirectDebitInformation([void updates(DirectDebitInformationBuilder b)])
factory

Properties

dateOfSignature DateTime?
The date when the direct debit mandate was accepted by your user, in ISO-8601 format.
no setter
dueDate DateTime?
The date when the funds are deducted from your user's balance account.
no setter
hashCode int
The hash code for this object.
no setterinherited
mandateId String?
Your unique identifier for the direct debit mandate.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceType String?
Identifies the direct debit transfer's type. Possible values: OneOff, First, Recurring, Final.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DirectDebitInformationBuilder)) DirectDebitInformation
Rebuilds the instance.
inherited
toBuilder() DirectDebitInformationBuilder
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<DirectDebitInformation>
no setter