RazorpayInstantSettlement class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayInstantSettlement.new({required String id, required String entity, required dynamic amount, required int amount_requested, required int amount_settled, required int amount_pending, required int amount_reversed, required int fees, required int tax, required String currency, required int created_at, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? settle_full_balance, String? description, IMap? notes, RazorpayOndemandPayouts? ondemand_payouts})
-
constfactory
-
RazorpayInstantSettlement.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → dynamic
-
no setterinherited
- amount_pending → int
-
no setterinherited
- amount_requested → int
-
no setterinherited
- amount_reversed → int
-
no setterinherited
- amount_settled → int
-
no setterinherited
-
copyWith
→ $RazorpayInstantSettlementCopyWith<
RazorpayInstantSettlement> -
Create a copy of RazorpayInstantSettlement
with the given fields replaced by the non-null parameter values.
no setterinherited
- created_at → int
-
no setterinherited
- currency → String
-
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
- notes → IMap?
-
no setterinherited
- ondemand_payouts → RazorpayOndemandPayouts?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settle_full_balance → bool?
-
no setterinherited
- tax → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayInstantSettlement to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited