Servicer class

Constructors

Servicer({bool? isIntegrated, String? servicerAddressType, List<String>? liabilityType, String? processorName, String? id, List<AuthSteps>? authSteps, String? forgotPasswordUrl, String? logoUrl, String? loginUrl, String? name, Configuration? configuration, num? rating, List<ServicerAddress>? servicerAddress})
Servicer.fromJson(dynamic json)

Properties

authSteps List<AuthSteps>
no setter
configuration Configuration?
no setter
forgotPasswordUrl String
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
isIntegrated bool
no setter
liabilityType → dynamic
no setter
loginUrl String?
no setter
logoUrl String
no setter
name String
no setter
processorName String?
no setter
rating num?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicerAddress List<ServicerAddress>?
no setter
servicerAddressType → dynamic
no setter

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