TransactionInfo class
Properties
-
amount
→ double?
-
Montant payé par le client
final
-
callbackUrl
→ String?
-
Lien de la page vers laquelle le client sera redirigé après le paiement
final
-
dateTime
→ String?
-
Date et Heure du paiement.
final
-
description
→ String?
-
Détails de la transaction
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
identifier
→ String?
-
Identifiant interne de la transaction de l’e-commerce. ex:
Numero de commande Cet identifiant doit etre unique.
final
-
paymentReference
→ String?
-
Code de référence de paiement généré par Flooz/TMoney.
Ce code peut être utilisé en cas de résolution de problèmes ou de plaintes.
final
-
phone
→ String?
-
Numéro de téléphone du client qui a effectué le paiement.
final
-
provider
→ PaygateProvider?
-
Méthode de paiement utilisée par le client. Valeurs possibles: moovMoney, T-Money
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
txReference
→ String?
-
Identifiant Unique généré par PayGateGlobal pour la transaction
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