RazorpayQrCode class abstract

Annotations
  • @freezed

Constructors

RazorpayQrCode.new({required String id, required String entity, required QrCodeType type, required QrCodeUsage usage, required int created_at, required String image_url, required QrCodeStatus status, required int payments_amount_received, required int payments_count_received, String? name, bool? fixed_amount, int? payment_amount, String? description, String? customer_id, int? close_by, IMap? notes, RazorpayTaxInvoice? tax_invoice, int? closed_at, QrCodeCloseReason? close_reason})
const
factory
RazorpayQrCode.fromJson(Map<String, dynamic> json)
factory

Properties

close_by int?
no setterinherited
close_reason QrCodeCloseReason?
no setterinherited
closed_at int?
no setterinherited
copyWith → $RazorpayQrCodeCopyWith<RazorpayQrCode>
Create a copy of RazorpayQrCode with the given fields replaced by the non-null parameter values.
no setterinherited
created_at int
no setterinherited
customer_id String?
no setterinherited
description String?
no setterinherited
entity String
no setterinherited
fixed_amount bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
image_url String
no setterinherited
name String?
no setterinherited
notes IMap?
no setterinherited
payment_amount int?
no setterinherited
payments_amount_received int
no setterinherited
payments_count_received int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status QrCodeStatus
no setterinherited
tax_invoice RazorpayTaxInvoice?
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 RazorpayQrCode to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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