Refund class

Constructors

Refund({String? id, String? token, required int amount, required String currency, String? client, String? description, String? providerReference, String? charge, DateTime? date, String? status})
Refund.fromJson(String source)
factory
Refund.fromMap(Map<String, dynamic> map)
factory

Properties

amount int
getter/setter pair
charge String?
getter/setter pair
client String?
getter/setter pair
currency String
getter/setter pair
date DateTime?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setter
id String?
getter/setter pair
providerReference String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
token String?
getter/setter pair

Methods

copyWith({String? id, String? token, int? amount, String? currency, String? client, String? description, String? providerReference, String? chargeReference, DateTime? date, String? status}) Refund
Specify how to clone the concrete class.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toMap({bool databaseFormat = false}) Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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