RazorpayRecurringPaymentCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayRecurringPaymentCreateRequestBody.new({required dynamic amount, required String currency, required String order_id, required String email, required dynamic contact, required String customer_id, required String token, IMap<String>? notes, String? description, String? subscription_id, PaymentAuthentication? authentication})
const
factory
RazorpayRecurringPaymentCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
authentication PaymentAuthentication?
no setterinherited
contact → dynamic
no setterinherited
copyWith → $RazorpayRecurringPaymentCreateRequestBodyCopyWith<RazorpayRecurringPaymentCreateRequestBody>
Create a copy of RazorpayRecurringPaymentCreateRequestBody with the given fields replaced by the non-null parameter values.
no setterinherited
currency String
no setterinherited
customer_id String
no setterinherited
description String?
no setterinherited
email String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
notes IMap<String>?
no setterinherited
order_id String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription_id String?
no setterinherited
token String
no setterinherited

Methods

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

Operators

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