RazorpayQrCodeCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayQrCodeCreateRequestBody.new({required QrCodeType type, required QrCodeUsage usage, String? name, bool? fixed_amount, int? payment_amount, String? description, String? customer_id, int? close_by, IMap? notes})
const
factory
RazorpayQrCodeCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

close_by int?
no setterinherited
copyWith → $RazorpayQrCodeCreateRequestBodyCopyWith<RazorpayQrCodeCreateRequestBody>
Create a copy of RazorpayQrCodeCreateRequestBody with the given fields replaced by the non-null parameter values.
no setterinherited
customer_id String?
no setterinherited
description String?
no setterinherited
fixed_amount bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String?
no setterinherited
notes IMap?
no setterinherited
payment_amount int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type QrCodeType
no setterinherited
usage QrCodeUsage
no setterinherited

Methods

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

Operators

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