PaymentRefund class

Annotations
  • @JsonSerializable()

Constructors

PaymentRefund({required String id, required Money amountMoney, required Money appFeeMoney, required DateTime createdAt, required String locationId, required String orderId, required String paymentId, required List<ProcessingFee> processingFee, required String reason, required PaymentRefundStatus status, required DateTime updatedAt})
const
PaymentRefund.fromJson(Map<String, dynamic> json)
Converts a Map to an PaymentRefund
factory

Properties

amountMoney Money
final
appFeeMoney Money
final
createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
locationId String
final
orderId String
final
paymentId String
final
processingFee List<ProcessingFee>
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
reason String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PaymentRefundStatus
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
updatedAt DateTime
final

Methods

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

Operators

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