ATHMovilPaymentResponse class

Constructors

ATHMovilPaymentResponse({required String? publicToken, required String? callbackSchema, required double? total, required int? timeout, String? paymentId, double? tax, double? subtotal, String? metadata1, String? metadata2, List<ATHMovilItem>? items, required String? status, required String? date, String? referenceNumber, String? dailyTransactionID, String? name, String? phoneNumber, String? email, double? fee, double? netAmount})
ATHMovilPaymentResponse.fromMap(Map<String, dynamic>? data)
factory

Properties

callbackSchema String?
final
dailyTransactionID String?
final
date String?
final
email String?
final
fee double?
final
hashCode int
The hash code for this object.
no setterinherited
items List<ATHMovilItem>?
final
metadata1 String?
getter/setter pair
metadata2 String?
getter/setter pair
name String?
final
netAmount double?
final
paymentId String?
getter/setter pair
phoneNumber String?
final
publicToken String?
final
referenceNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
subtotal double?
final
tax double?
final
timeout int?
final
total double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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