PaymentMethod class

Annotations

Constructors

PaymentMethod(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, String? bankName, String? brand, String? country, DateTime? disabledAt, int? expMonth, int? expYear, String? last4, String? name, bool? isVerified)
PaymentMethod.fromJson(Map<String, dynamic> input)
factory

Properties

bankName String?
final
brand String?
final
country String?
final
createdAt DateTime?
finalinherited
disabledAt DateTime?
final
expMonth int?
final
expYear int?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isVerified bool?
final
last4 String?
final
mode String?
finalinherited
name String?
final
objectType String?
finalinherited
prefix String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PaymentMethodType?
no setter
updatedAt DateTime?
finalinherited

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