RazorpayProduct class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpayProduct.new({required String id, required String product_name, required RequestedConfiguration requested_configuration, required ActiveConfiguration active_configuration, required List<
Requirement> requirements, required Tnc tnc, required String activation_status, required int requested_at, String? ip}) -
constfactory
-
RazorpayProduct.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activation_status → String
-
no setterinherited
- active_configuration → ActiveConfiguration
-
no setterinherited
-
copyWith
→ $RazorpayProductCopyWith<
RazorpayProduct> -
Create a copy of RazorpayProduct
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- ip → String?
-
no setterinherited
- product_name → String
-
no setterinherited
- requested_at → int
-
no setterinherited
- requested_configuration → RequestedConfiguration
-
no setterinherited
-
requirements
→ List<
Requirement> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tnc → Tnc
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayProduct to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited