RazorpayPaymentUpiCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayPaymentUpiCreateRequestBody.new({required dynamic amount, required String currency, required String order_id, required String email, required dynamic contact, required String method, IMap<String>? notes, String? description, String? customer_id, String? subscription_id, PaymentAuthentication? authentication, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? save, String? callback_url, PaymentUpiDetails? upi, String? token})
const
factory
RazorpayPaymentUpiCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
authentication PaymentAuthentication?
no setterinherited
callback_url String?
no setterinherited
contact → dynamic
no setterinherited
copyWith → $RazorpayPaymentUpiCreateRequestBodyCopyWith<RazorpayPaymentUpiCreateRequestBody>
Create a copy of RazorpayPaymentUpiCreateRequestBody 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
method String
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
save bool?
no setterinherited
subscription_id String?
no setterinherited
token String?
no setterinherited
upi PaymentUpiDetails?
no setterinherited

Methods

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

Operators

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