MethodsPayment class

Constructors

MethodsPayment({String? id, String? name, String? paymentTypeId, String? status, String? image, int? cardNumberLength, String? installmentsPattern, int? securityCodeLength, String? exclusionPattern, int? maxAllowedAmount, int? accreditationTime})
MethodsPayment.fromJson(Map<String, dynamic> json)
factory

Properties

accreditationTime int?
getter/setter pair
cardNumberLength int?
getter/setter pair
exclusionPattern String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
image String?
getter/setter pair
installmentsPattern String?
getter/setter pair
maxAllowedAmount int?
getter/setter pair
name String?
getter/setter pair
paymentTypeId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityCodeLength int?
getter/setter pair
status 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