RefundCheckAtol class
Constructors
- RefundCheckAtol.new({required String externalId, required Receipt receipt, required Service service, required String timestamp})
-
RefundCheckAtol.fromJson(Map<
String, dynamic> json) -
factory
- RefundCheckAtol.fromRawJson(String str)
-
factory
Properties
Methods
-
copyWith(
{String? externalId, Receipt? receipt, Service? service, String? timestamp}) → RefundCheckAtol -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited