RazorpayPaymentDowntime class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayPaymentDowntime.new({required String id, required String entity, required DowntimeMethod method, required DowntimeStatus status, required bool scheduled, required DowntimeSeverity severity, required RazorpayPaymentDowntimeInstrument instrument, required int created_at, required int updated_at, int? begin, int? end})
-
constfactory
-
RazorpayPaymentDowntime.fromJson(Map<
String, dynamic> json) -
factory
Properties
- begin → int?
-
no setterinherited
-
copyWith
→ $RazorpayPaymentDowntimeCopyWith<
RazorpayPaymentDowntime> -
Create a copy of RazorpayPaymentDowntime
with the given fields replaced by the non-null parameter values.
no setterinherited
- created_at → int
-
no setterinherited
- end → int?
-
no setterinherited
- entity → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- instrument → RazorpayPaymentDowntimeInstrument
-
no setterinherited
- method → DowntimeMethod
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduled → bool
-
no setterinherited
- severity → DowntimeSeverity
-
no setterinherited
- status → DowntimeStatus
-
no setterinherited
- updated_at → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayPaymentDowntime to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited