TcTransaction class

Constructors

TcTransaction.new({required String value, required String docType, required String docNumber, required String name, required String lastName, required String email, required String cellPhone, required String phone, required String cardNumber, required String cardExpYear, required String cardExpMonth, required String cardCvc, required String dues, String? cardTokenId, String? urlResponse, String? urlConfirmation, String? methodConfirmation, bool? testMode, required String extra1, required String extra2, String? currency})
TcTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

cardCvc String
final
cardExpMonth String
final
cardExpYear String
final
cardNumber String
final
cardTokenId String?
final
cellPhone String
final
currency String?
final
docNumber String
final
docType String
final
dues String
final
email String
final
extra1 String
final
extra2 String
final
hashCode int
The hash code for this object.
no setterinherited
lastName String
final
methodConfirmation String?
final
name String
final
phone String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testMode bool?
final
urlConfirmation String?
final
urlResponse String?
final
value String
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.
override

Operators

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