RazorpaySettlement class abstract

Annotations
  • @freezed

Constructors

RazorpaySettlement.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, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? settle_full_balance, String? description, IMap? notes, int? initiated_at, int? processed_at, int? reversed_at, int? amount_settled})
const
factory
RazorpaySettlement.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
amount_settled int?
no setterinherited
copyWith → $RazorpaySettlementCopyWith<RazorpaySettlement>
Create a copy of RazorpaySettlement with the given fields replaced by the non-null parameter values.
no setterinherited
created_at int
no setterinherited
description String?
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
notes IMap?
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
settle_full_balance bool?
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 RazorpaySettlement to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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