DigitalpayeResponsePayment class
- Implemented types
Constructors
- DigitalpayeResponsePayment.new({String? linkpaymentId, String? ref, String? operatorId, String? transactionId, String? cardId, String? numberUser, String? nameUser, String? emailUser, String? countryUser, String? currency, String? amount, String? fees, String? amountReceive, String? amountTotal, String? status, String? typeTransaction, String? typePayment, String? redirectUrl, String? date, String? dateUpdate, String? waveLaunchUrl})
-
DigitalpayeResponsePayment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → String?
-
final
- amountReceive → String?
-
final
- amountTotal → String?
-
final
- cardId → String?
-
final
- countryUser → String?
-
final
- currency → String?
-
final
- date → String?
-
final
- dateUpdate → String?
-
final
- emailUser → String?
-
final
- fees → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkpaymentId → String?
-
final
- nameUser → String?
-
final
- numberUser → String?
-
final
- operatorId → String?
-
final
- redirectUrl → String?
-
final
- ref → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- transactionId → String?
-
final
- typePayment → String?
-
final
- typeTransaction → String?
-
final
- waveLaunchUrl → 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited