PaymentData class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
PaymentData({String? id, String? name, String? label, String? classNames, bool? defaultSelected, String? selectType, List<
Attributes> ? attributes, Configs? configs, bool? isExclusive, String? componentType, String? componentKey, bool? disable = false}) -
PaymentData.fromJson(Map<
String, dynamic> json)
Properties
-
attributes
↔ List<
Attributes> ? -
getter/setter pair
- classNames ↔ String?
-
getter/setter pair
- componentKey ↔ String?
-
getter/setter pair
- componentType ↔ String?
-
getter/setter pair
- configs ↔ Configs?
-
getter/setter pair
- defaultSelected ↔ bool?
-
getter/setter pair
- disable ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isExclusive ↔ bool?
-
getter/setter pair
- label ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectType ↔ String?
-
getter/setter pair
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