CheckPaymentDetailsDto class
Additional optional payment details about the check tender type. Used for PaymentType = Check
- Inheritance
-
- Object
- Equatable
- PaymentDetailsDto
- CheckPaymentDetailsDto
Constructors
- CheckPaymentDetailsDto({String? drawee, String? payee, DateTime? dateOfIssue, String? drawer, String? sortCode, String? accountNumber, required PaymentType type})
-
CheckPaymentDetailsDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountNumber ↔ String?
-
The account number of the drawer.
read / write
- dateOfIssue ↔ DateTime?
-
The date of issue.
read / write
- drawee ↔ String?
-
The bank where the check can be presented for payment.
read / write
- drawer ↔ String?
-
The person or entity who makes the check.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- payee ↔ String?
-
The recipient of the money.
read / write
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sortCode ↔ String?
-
The sort code of the bank of the issuing bank.
read / write
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.read-onlyinherited - type ↔ PaymentType
-
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited