PSETransactionModel class
Constructors
- PSETransactionModel.new({required String bank, required String value, required String docType, required String docNumber, required String name, String? lastName, required String email, required String cellPhone, required String ip, required String urlResponse, String? phone, String? address, String? currency, String? description, String? invoice, String? methodConfimation, String? tax, String? taxBase, String? typePerson, String? urlConfirmation, required String extra1, required String extra2, bool? testMode})
-
PSETransactionModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String?
-
final
- bank → String
-
final
- cellPhone → String
-
final
- currency → String?
-
final
- description → String?
-
final
- docNumber → String
-
final
- docType → String
-
final
- email → String
-
final
- extra1 → String
-
final
- extra2 → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoice → String?
-
final
- ip → String
-
final
- lastName → String?
-
final
- methodConfimation → String?
-
final
- name → String
-
final
- phone → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tax → String?
-
final
- taxBase → String?
-
final
- testMode → bool?
-
final
- typePerson → String?
-
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