CardTokenisationResponse class

Constructors

CardTokenisationResponse({String? type, String? token, String? expiresOn, int? expiryMonth, int? expiryYear, String? scheme, String? last4, String? bin, String? cardType, String? cardCategory, String? issuer, String? issuerCountry, String? productId, String? productType, BillingModel? billingAddress, PhoneModel? phone, String? name})
CardTokenisationResponse.fromJSON(Map<String, dynamic> data)
factory
CardTokenisationResponse.fromString(String str)
factory

Properties

billingAddress BillingModel?
final
bin String?
final
cardCategory String?
final
cardType String?
final
expiresOn String?
final
expiryMonth int?
final
expiryYear int?
final
hashCode int
The hash code for this object.
no setterinherited
issuer String?
final
issuerCountry String?
final
last4 String?
final
name String?
final
phone PhoneModel?
final
productId String?
final
productType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
final
token String?
final
type String?
final

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