WalletsTokenizationResponse class

Constructors

WalletsTokenizationResponse({required String type, required String token, required String expiresOn, required int expiryMonth, required int expiryYear, String? scheme, required String last4, required String bin, String? cardType, String? cardCategory, String? issuer, String? issuerCountry, String? productId, String? productType})
WalletsTokenizationResponse.fromJson(Map<String, dynamic> json)

Properties

bin String
getter/setter pair
cardCategory String?
getter/setter pair
cardType String?
getter/setter pair
expiresOn String
getter/setter pair
expiryMonth int
getter/setter pair
expiryYear int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String?
getter/setter pair
issuerCountry String?
getter/setter pair
last4 String
getter/setter pair
productId String?
getter/setter pair
productType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
getter/setter pair
token String
getter/setter pair
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited