RazorpaySubscriptionUpdateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpaySubscriptionUpdateRequestBody.new({String? plan_id, 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, ScheduleChangeAt? schedule_change_at, int? remaining_count})
const
factory
RazorpaySubscriptionUpdateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

addons List<RazorpaySubscriptionAddonsItem>?
no setterinherited
copyWith → $RazorpaySubscriptionUpdateRequestBodyCopyWith<RazorpaySubscriptionUpdateRequestBody>
Create a copy of RazorpaySubscriptionUpdateRequestBody 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
offer_id String?
no setterinherited
plan_id String?
no setterinherited
quantity int?
no setterinherited
remaining_count int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule_change_at ScheduleChangeAt?
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 RazorpaySubscriptionUpdateRequestBody to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited