DigitalpayePaymentProcess class
- Implemented types
Constructors
- DigitalpayePaymentProcess.new({required DigitalpayeEnumCountries codeCountry, required double amount, required String transactionId, required String designation, String? customerId, String? nameUser, String? emailUser, required DigitalpayeEnumCurrencies currency, required String operator, String? otpCode, String? urlError, String? urlSuccess})
Properties
- amount → double
-
final
- codeCountry → DigitalpayeEnumCountries
-
final
- currency → DigitalpayeEnumCurrencies
-
final
- customerId → String?
-
final
- designation → String
-
final
- emailUser → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nameUser → String?
-
final
- operator → String
-
final
- otpCode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId → String
-
final
- urlError → String?
-
final
- urlSuccess → String?
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited