RazorpayQrCodeGstCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayQrCodeGstCreateRequestBody.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, RazorpayTaxInvoice? tax_invoice})
const
factory
RazorpayQrCodeGstCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

close_by int?
no setterinherited
copyWith → $RazorpayQrCodeGstCreateRequestBodyCopyWith<RazorpayQrCodeGstCreateRequestBody>
Create a copy of RazorpayQrCodeGstCreateRequestBody 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
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 RazorpayQrCodeGstCreateRequestBody to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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