RazorpaySubscriptionLinkCreateRequestBody class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpaySubscriptionLinkCreateRequestBody.new({required String plan_id, required int total_count, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? customer_notify, int? quantity, String? offer_id, int? start_at, int? expire_by, List<
RazorpaySubscriptionAddonsItem> ? addons, IMap? notes, RazorpaySubscriptionNotifyInfo? notify_info}) -
constfactory
-
RazorpaySubscriptionLinkCreateRequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
addons
→ List<
RazorpaySubscriptionAddonsItem> ? -
no setterinherited
-
copyWith
→ $RazorpaySubscriptionLinkCreateRequestBodyCopyWith<
RazorpaySubscriptionLinkCreateRequestBody> -
Create a copy of RazorpaySubscriptionLinkCreateRequestBody
with the given fields replaced by the non-null parameter values.
no setterinherited
- customer_notify → bool?
-
no setterinherited
- expire_by → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- notes → IMap?
-
no setterinherited
- notify_info → RazorpaySubscriptionNotifyInfo?
-
no setterinherited
- offer_id → String?
-
no setterinherited
- plan_id → String
-
no setterinherited
- quantity → int?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start_at → int?
-
no setterinherited
- total_count → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpaySubscriptionLinkCreateRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited