RazorpayOndemandPayoutItem class abstract

Annotations
  • @freezed

Constructors

RazorpayOndemandPayoutItem.new({required String id, required String entity, required dynamic amount, required SettlementStatus status, required int fees, required int tax, required int created_at, String? utr, int? initiated_at, int? processed_at, int? reversed_at, int? amount_settled})
const
factory
RazorpayOndemandPayoutItem.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
amount_settled int?
no setterinherited
copyWith → $RazorpayOndemandPayoutItemCopyWith<RazorpayOndemandPayoutItem>
Create a copy of RazorpayOndemandPayoutItem with the given fields replaced by the non-null parameter values.
no setterinherited
created_at int
no setterinherited
entity String
no setterinherited
fees int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
initiated_at int?
no setterinherited
processed_at int?
no setterinherited
reversed_at int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SettlementStatus
no setterinherited
tax int
no setterinherited
utr String?
no setterinherited

Methods

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

Operators

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