RazorpayQrCodeGstCreateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
const
RazorpayQrCodeGstCreateRequestBody(
{ - 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,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayQrCodeGstCreateRequestBody({
required QrCodeType type,
required QrCodeUsage usage,
String? name,
bool? fixed_amount,
int? payment_amount,
String? description,
String? customer_id,
int? close_by,
IMap<dynamic>? notes,
RazorpayTaxInvoice? tax_invoice, // Add tax invoice details
}) = _RazorpayQrCodeGstCreateRequestBody;