RazorpayTransfer class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpayTransfer.new({required String id, required String entity, required TransferStatus status, required String source, required String currency, IMap? notes, int? tax, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? on_hold, int? on_hold_until, List<
String> ? linked_account_notes, String? recipient_settlement_id, String? recipient_settlement, int? processed_at, TransferError? error}) -
constfactory
-
RazorpayTransfer.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $RazorpayTransferCopyWith<
RazorpayTransfer> -
Create a copy of RazorpayTransfer
with the given fields replaced by the non-null parameter values.
no setterinherited
- currency → String
-
no setterinherited
- entity → String
-
no setterinherited
- error → TransferError?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
-
linked_account_notes
→ List<
String> ? -
no setterinherited
- notes → IMap?
-
no setterinherited
- on_hold → bool?
-
no setterinherited
- on_hold_until → int?
-
no setterinherited
- processed_at → int?
-
no setterinherited
- recipient_settlement → String?
-
no setterinherited
- recipient_settlement_id → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String
-
no setterinherited
- status → TransferStatus
-
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 RazorpayTransfer to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited