RazorpayRegistrationLinkBaseRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayRegistrationLinkBaseRequestBody.new({required String type, required dynamic subscription_registration, String? description, String? customer_id, String? currency, RazorpayCustomerDetailsBaseRequestBody? customer, String? order_id, int? expire_by, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? sms_notify, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? email_notify, IMap? notes, String? receipt, dynamic amount})
const
factory
RazorpayRegistrationLinkBaseRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
copyWith → $RazorpayRegistrationLinkBaseRequestBodyCopyWith<RazorpayRegistrationLinkBaseRequestBody>
Create a copy of RazorpayRegistrationLinkBaseRequestBody with the given fields replaced by the non-null parameter values.
no setterinherited
currency String?
no setterinherited
customer RazorpayCustomerDetailsBaseRequestBody?
no setterinherited
customer_id String?
no setterinherited
description String?
no setterinherited
email_notify bool?
no setterinherited
expire_by int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
notes IMap?
no setterinherited
order_id String?
no setterinherited
receipt String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sms_notify bool?
no setterinherited
subscription_registration → dynamic
no setterinherited
type String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this RazorpayRegistrationLinkBaseRequestBody to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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