Tef class

Constructors

Tef({String id = '', String description = '', String brand = '', String brandId = '', String cardBin = '', String nsu = '', String brandNsu = '', String digitalWalletId = '', String digitalWalletDescription = '', String digitalWalletType = '', String authorizationId = ''})
const

Properties

authorizationId String
final
brand String
final
brandId String
final
brandNsu String
final
cardBin String
final
description String
final
digitalWalletDescription String
final
digitalWalletId String
final
digitalWalletType String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
nsu String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? description, String? brand, String? brandId, String? cardBin, String? nsu, String? brandNsu, String? digitalWalletId, String? digitalWalletDescription, String? digitalWalletType, String? authorizationId}) Tef
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