IinDetailsResponse class

Represents a IinDetailsResponse object.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IinDetailsResponse.new(IinStatus status, {required String? paymentProductId, required String? countryCode, required bool isAllowedInContext, List<IinDetail> coBrands = const []})
IinDetailsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

coBrands List<IinDetail>
List of co-brands linked to the brand retrieved in this lookup.
final
countryCode String?
Country code for the provided partial credit card number.
final
hashCode int
The hash code for this object.
no setterinherited
isAllowedInContext bool
Whether it is allowed in this context.
final
paymentProductId String?
Id of the PaymentProduct that is linked to the partial credit card number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IinStatus
The status for the partial credit card number used to do the lookup.
final

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