CoreCardIoResponse class

Annotations
  • @DataClass()
  • @JsonSerializable(createToJson: false)

Constructors

CoreCardIoResponse({required CoreCardIoCardType cardType, String? cardholderName, String? cardNumber, String? redactedCardNumber, int? expiryMonth, int? expiryYear, String? cvv, String? postalCode})

Properties

cardholderName String?
final
cardNumber String?
final
cardType CoreCardIoCardType
final
cvv String?
final
expiryMonth int?
final
expiryYear int?
final
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
final
redactedCardNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({CoreCardIoCardType? cardType, String? cardholderName, String? cardNumber, String? redactedCardNumber, int? expiryMonth, int? expiryYear, String? cvv, String? postalCode}) CoreCardIoResponse
inherited
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

Static Methods

fromJson(Map<String, dynamic>? json) CoreCardIoResponse?