RazorpayInvoiceCreateRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayInvoiceCreateRequestBody.new({required String type, required List<RazorpayLineItemsBaseRequestBody> line_items, String? description, String? draft, int? date, String? customer_id, String? currency, RazorpayCustomerDetailsBaseRequestBody? customer, String? order_id, int? expire_by, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? sms_notify, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? email_notify, @JsonKey(toJson: _boolToInt, fromJson: _intToBool) bool? partial_payment, IMap? notes, String? receipt, dynamic amount})
const
factory
RazorpayInvoiceCreateRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
no setterinherited
copyWith → $RazorpayInvoiceCreateRequestBodyCopyWith<RazorpayInvoiceCreateRequestBody>
Create a copy of RazorpayInvoiceCreateRequestBody with the given fields replaced by the non-null parameter values.
no setterinherited
currency String?
no setterinherited
customer RazorpayCustomerDetailsBaseRequestBody?
no setterinherited
customer_id String?
no setterinherited
date int?
no setterinherited
description String?
no setterinherited
draft String?
no setterinherited
email_notify bool?
no setterinherited
expire_by int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
line_items List<RazorpayLineItemsBaseRequestBody>
no setterinherited
notes IMap?
no setterinherited
order_id String?
no setterinherited
partial_payment bool?
no setterinherited
receipt String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sms_notify bool?
no setterinherited
type String
no setterinherited

Methods

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

Operators

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