RazorpayInvoiceBaseRequestBody class abstract
- Annotations
-
- @freezed
Constructors
-
RazorpayInvoiceBaseRequestBody.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}) -
constfactory
-
RazorpayInvoiceBaseRequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → dynamic
-
no setterinherited
-
copyWith
→ $RazorpayInvoiceBaseRequestBodyCopyWith<
RazorpayInvoiceBaseRequestBody> -
Create a copy of RazorpayInvoiceBaseRequestBody
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 RazorpayInvoiceBaseRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited