RazorpayPaymentLink class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpayPaymentLink.new({required String id, required dynamic amount, required List<
RazorpayPaymentLinkPayment> ? payments, required String status, String? currency, bool? accept_partial, int? expire_by, String? reference_id, int? first_min_partial_amount, String? description, RazorpayPaymentLinkNotify? notify, bool? reminder_enable, IMap? notes, String? callback_url, String? callback_method, String? source, String? source_id}) -
constfactory
-
RazorpayPaymentLink.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accept_partial → bool?
-
no setterinherited
- amount → dynamic
-
no setterinherited
- callback_method → String?
-
no setterinherited
- callback_url → String?
-
no setterinherited
-
copyWith
→ $RazorpayPaymentLinkCopyWith<
RazorpayPaymentLink> -
Create a copy of RazorpayPaymentLink
with the given fields replaced by the non-null parameter values.
no setterinherited
- currency → String?
-
no setterinherited
- description → String?
-
no setterinherited
- expire_by → int?
-
no setterinherited
- first_min_partial_amount → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- notes → IMap?
-
no setterinherited
- notify → RazorpayPaymentLinkNotify?
-
no setterinherited
-
payments
→ List<
RazorpayPaymentLinkPayment> ? -
no setterinherited
- reference_id → String?
-
no setterinherited
- reminder_enable → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
no setterinherited
- source_id → String?
-
no setterinherited
- status → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayPaymentLink to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited