RazorpayDispute class abstract

Annotations
  • @freezed

Constructors

RazorpayDispute.new({required String id, required String entity, required String payment_id, required int amount, required String currency, required int amount_deducted, required String reason_code, required int respond_by, required String status, required String phase, required int created_at, required RazorpayDisputesContestBaseRequestBody evidence})
const
factory
RazorpayDispute.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
no setterinherited
amount_deducted int
no setterinherited
copyWith → $RazorpayDisputeCopyWith<RazorpayDispute>
Create a copy of RazorpayDispute with the given fields replaced by the non-null parameter values.
no setterinherited
created_at int
no setterinherited
currency String
no setterinherited
entity String
no setterinherited
evidence RazorpayDisputesContestBaseRequestBody
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
payment_id String
no setterinherited
phase String
no setterinherited
reason_code String
no setterinherited
respond_by int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
no setterinherited

Methods

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

Operators

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