ATHMovilPayment class

Constructors

ATHMovilPayment({required String? businessToken, required String? callbackSchema, required double? total, required int? timeout, String? paymentId, double? tax, double? subtotal, String? metadata1, String? metadata2, List<ATHMovilItem>? items, String? phoneNumber})
ATHMovilPayment.fromMap(Map<String, dynamic> data)
factory

Properties

businessToken String?
final
callbackSchema String?
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
paymentId String?
getter/setter pair
phoneNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtotal double?
final
tax double?
final
timeout int?
getter/setter pair
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