PaymentOptionDetailResponse class
Constructors
-
PaymentOptionDetailResponse({String? name, String? categoryCode, String? groupCode, String? iconUrl, CommonValidation? validation, List<
PaymentChannel> ? channels, int? totalChannel, ConfigurationInfo? configurationInfo, String? responseCode, String? responseDescription}) - PaymentOptionDetailResponse.fromJson(String str)
-
factory
-
PaymentOptionDetailResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
- categoryCode ↔ String?
-
getter/setter pair
-
channels
↔ List<
PaymentChannel> ? -
getter/setter pair
- configurationInfo ↔ ConfigurationInfo?
-
getter/setter pair
- groupCode ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUrl ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- responseCode ↔ String?
-
getter/setter pair
- responseDescription ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalChannel ↔ int?
-
getter/setter pair
- validation ↔ CommonValidation?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited