RazorpayPaymentS2SCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayPaymentS2SCreateRequestBody.new({required dynamic amount, required String currency, required String order_id, required String email, required dynamic contact, required String customer_id, required dynamic save, required RazorpayCardS2SMethod card, Map<String, String?>? notes, String? description, String? subscription_id, String? token, String? account_id, String? referer, String? user_agent, String? provider_name, BrowserInfo? browser})
const
factory
RazorpayPaymentS2SCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

account_id String?
no setterinherited
amount → dynamic
no setterinherited
browser BrowserInfo?
no setterinherited
card RazorpayCardS2SMethod
no setterinherited
contact → dynamic
no setterinherited
copyWith → $RazorpayPaymentS2SCreateRequestBodyCopyWith<RazorpayPaymentS2SCreateRequestBody>
Create a copy of RazorpayPaymentS2SCreateRequestBody 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 Map<String, String?>?
no setterinherited
order_id String
no setterinherited
provider_name String?
no setterinherited
referer String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
save → dynamic
no setterinherited
subscription_id String?
no setterinherited
token String?
no setterinherited
user_agent String?
no setterinherited

Methods

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

Operators

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