PaymentGateway class

Constructors

PaymentGateway({String? id, String? title, String? description, int? order, bool? enabled, String? methodTitle, String? methodDescription, List<String>? methodSupports, Map<String, PaymentGatewaySettings>? settings})
PaymentGateway.fromJson(String source)
factory
PaymentGateway.fromMap(Map<String, dynamic> map)
factory

Properties

description String?
final
enabled bool?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
methodDescription String?
final
methodSupports List<String>?
final
methodTitle String?
final
order int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, PaymentGatewaySettings>?
final
title String?
final

Methods

copyWith({String? id, String? title, String? description, int? order, bool? enabled, String? methodTitle, String? methodDescription, List<String>? methodSupports, Map<String, PaymentGatewaySettings>? settings}) PaymentGateway
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.
override

Operators

operator ==(Object o) bool
The equality operator.
override