BankilyConfigModel class

Model representing the configuration for the Bankily payment method.

Extends PaymentMethod to include specific properties for Bankily.

Inheritance

Constructors

BankilyConfigModel({required String id, required PaymentMethodTypes method, required String bPayNumber})
Creates an instance of BankilyConfigModel.
BankilyConfigModel.fromMap(Map<String, dynamic> map)
Creates an instance of BankilyConfigModel from a map.

Properties

bPayNumber String
The BPay number associated with the Bankily payment method.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the payment method.
finalinherited
method PaymentMethodTypes
The type of the payment method.
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

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