RazorpayReversal class abstract

Annotations
  • @freezed

Constructors

RazorpayReversal.new({required String id, required String entity, required String transfer_id, required int amount, required String currency, int? tax, String? initiator_id, String? customer_refund_id})
const
factory
RazorpayReversal.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
no setterinherited
copyWith → $RazorpayReversalCopyWith<RazorpayReversal>
Create a copy of RazorpayReversal with the given fields replaced by the non-null parameter values.
no setterinherited
currency String
no setterinherited
customer_refund_id String?
no setterinherited
entity String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
initiator_id String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tax int?
no setterinherited
transfer_id String
no setterinherited

Methods

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

Operators

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