RazorpayPaymentLinkBaseRequestBody class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayPaymentLinkBaseRequestBody.new({required dynamic amount, 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})
-
constfactory
-
RazorpayPaymentLinkBaseRequestBody.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
→ $RazorpayPaymentLinkBaseRequestBodyCopyWith<
RazorpayPaymentLinkBaseRequestBody> -
Create a copy of RazorpayPaymentLinkBaseRequestBody
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
- notes → IMap?
-
no setterinherited
- notify → RazorpayPaymentLinkNotify?
-
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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayPaymentLinkBaseRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited