PaymentMethodDetails class abstract

Abstraction for details of a payment method. In general this can be just the identifier of the payment method, or be a class that contains more information depending on the payment type.

See CardPaymentMethodDetails, IdealPaymentMethodDetails, SepaDebitPaymentMethodDetails.

Implementers

Constructors

PaymentMethodDetails()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

toJsonConverter(PaymentMethodDetails? object) → dynamic